diff --git a/README.md b/README.md index 17c9694b..35487f12 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ set -x git clone https://github.com/pelias/docker.git && cd docker # install pelias script -ln -s "$(pwd)/pelias" /usr/local/bin/pelias +# this is the _only_ setup command that should require `sudo` +sudo ln -s "$(pwd)/pelias" /usr/local/bin/pelias # cd into the project directory cd projects/portland-metro