From 34a287a38e3af080ec3d3c42bbca5ef06b2311f8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 12:37:07 -0600 Subject: work on config file save --- forgeConfig.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'forgeConfig.proto') 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` -- cgit v1.2.3