]> git.seodisparate.com - AnotherAURHelper/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Sat, 4 Jun 2022 08:28:13 +0000 (17:28 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 4 Jun 2022 08:28:13 +0000 (17:28 +0900)
README.md

index 00a82e928eaaa4049063a4cce461d5d832f4fb8a..07ab9638923e92dbeb0d5f8bc50cd24878d5bf04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ script to run.
 
 Use `/usr/bin/mkarchroot` to create your CHROOT in a directory.
 
-    mkarchroot $HOME/mychroot/root base base-devel ccache sccache
+    mkarchroot $HOME/mychroot/root base base-devel ccache sccache cmake ninja
 
 You must refer to the CHROOT as `$HOME/mychroot` if you used the same name as in
 the previous example.
@@ -49,12 +49,15 @@ GNUPG.
 
     GNUPGHOME=$HOME/myCheckingGNUPGDir gpg --recv-keys A_DEV_KEYS_FINGERPRINT
 
+Note that gpg may not automatically create the GNUPGHOME directory.
+
 ### Signing GNUPG
 
-You will need to set up a GPG public/private key pair. GNUPG always respects the
-`GNUPGHOME` environment variable as the `.gnupg` dir, so set the variable first,
-then set up your keys. The keys will be used to sign the packages you build and
-the custom repository that stores the package metadata.
+You will need to set up a GPG public/private key pair. GNUPG always respects
+the `GNUPGHOME` environment variable as the `.gnupg` dir, so set the variable
+first, create the directory, then set up your keys. The keys will be used to
+sign the packages you build and the custom repository that stores the package
+metadata.
 
 Set the `signing_gpg_key_fp` variable in the config to the output fingerprint
 from of: