Skip to content

Commit

Permalink
Fix scoop install instructions
Browse files Browse the repository at this point in the history
Just tried installing on Windows, you need to use "scoop bucket add extras" not "scoop enable extras"
  • Loading branch information
oscarbailey authored May 19, 2020
1 parent 265e801 commit b445038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b445038

Please sign in to comment.