diff options
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index de60159..70f9f1d 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -27,10 +27,11 @@ message ForgeConfig { string userBranchName = 10; // whatever your username branch is string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent. -// todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install' +// todo: appeal to everyone to alias 'apt' on fedora, gentoo, arch, etc to alias 'apt install' // so we can make easier instructions for new linux users. KISS google.protobuf.Timestamp verstamp = 12; // the git commit timestamp of the version + string goSrc = 13; // is ~/go/src unless a go.work file is found } message ForgeConfigs { // `autogenpb:marshal` |
