From 81f6dd24733e9c4f032c0c177081ddff9eaf276a Mon Sep 17 00:00:00 2001 From: Jason Navarrete Date: Mon, 28 Aug 2023 21:33:36 -0700 Subject: [PATCH] Update cli.md Installing ninja fails without updating keys. --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 4bcf5e0..c7cf339 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -32,7 +32,7 @@ Using ProxSpace to build the CLI is the easiest and most comfortable way to get 8. Now go into the newly created folder with `cd ChameleonUltra/software/src` -9. Prepare for package installation with `pacman-key --init; pacman-key --populate; pacman -S msys2-keyring --noconfirm` +9. Prepare for package installation with `pacman-key --init; pacman-key --populate; pacman -S msys2-keyring --noconfirm; pacman-key --refresh` 10. Proceed by installing Ninja with `pacman -S ninja --noconfirm`