Don't use sudo by default in install docs

sudo isn't required on all systems (e.g. macos)
parent bae9cf43
......@@ -21,7 +21,8 @@ To install the client for development:
```sh
git clone 'https://github.com/hypothesis/client.git'
cd client
sudo npm install -g gulp-cli
npm install -g gulp-cli # Tip: if you get a "permission denied" error try
# `sudo npm install -g gulp-cli` instead.
make
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment