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:
parent
265e80123a
commit
b445038817
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ be enabled.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
scoop enable extras
|
scoop bucket add extras
|
||||||
scoop install git emacs ripgrep fd llvm
|
scoop install git emacs ripgrep fd llvm
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue