Fix scoop install instructions

Just tried installing on Windows, you need to use "scoop bucket add extras" not "scoop enable extras"
This commit is contained in:
Oscar Bailey
2020-05-19 21:42:58 +01:00
committed by GitHub
parent 265e80123a
commit b445038817

View File

@ -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