commit 355fc9e0272918cfe82fecb86ff3138c9958e009 from: Omar Polo date: Fri Sep 09 12:14:25 2022 UTC adjust the example "creating a password store" `got init' was moved to `gotadmin init', plus make sure to include the `~/' prefix to the paths. commit - d16aedaf996808336a77a18c0695b4fc89d9b14e commit + 355fc9e0272918cfe82fecb86ff3138c9958e009 blob - 7c4e9f8b0b737a6781dfe9420a07a2ff2f7ad2e8 blob + 5ac2e50c57e94ea3c287844d8ff818c64f3c8c3c --- plass.1 +++ plass.1 @@ -116,10 +116,10 @@ commands to work. For example, a got repository and password store can be initialized as follows: .Bd -literal -offset indent -$ mkdir .password-store -$ echo foo@example.com > .password-store/.gpg-id -$ got init git/pass.git -$ got import -r git/pass.git -m 'initial import' ~/.password-store +$ mkdir ~/.password-store +$ echo foo@example.com > ~/.password-store/.gpg-id +$ gotadmin init ~/git/pass.git +$ got import -r ~/git/pass.git -m 'initial import' ~/.password-store $ got checkout -E ~/git/pass.git ~/.password-store .Ed .Pp