Skip to content

Commit

Permalink
Change example install code to use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 1, 2012
1 parent 7048bc0 commit 66ed82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -9,7 +9,7 @@ Installing Arcanist Globally

You'll need write access to /usr/local::

$ curl -L https://raw.github.com/disqus/disqus-arcanist/master/getarcanist.sh | sh
$ curl -L https://raw.github.com/disqus/disqus-arcanist/master/getarcanist.sh | sudo sh

This will give you access to the following additional commands:

Expand Down

0 comments on commit 66ed82f

Please sign in to comment.