From b445038817c18c0185accd257ba43bcfe8d47a56 Mon Sep 17 00:00:00 2001 From: Oscar Bailey Date: Tue, 19 May 2020 21:42:58 +0100 Subject: [PATCH] Fix scoop install instructions Just tried installing on Windows, you need to use "scoop bucket add extras" not "scoop enable extras" --- docs/getting_started.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 96e8018eb..4d96f9da6 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -318,7 +318,7 @@ be enabled. #+end_quote #+BEGIN_SRC sh -scoop enable extras +scoop bucket add extras scoop install git emacs ripgrep fd llvm #+END_SRC