Skip to content

Commit d21b7d8

Browse files
committed
Add one more sudo
Connects #214
1 parent 58ded1a commit d21b7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Advanced users may have a preference how this is done on their system, but a bas
133133
git clone https://github.com/pelias/docker.git && cd docker
134134

135135
# install pelias script
136-
ln -s "$(pwd)/pelias" /usr/local/bin/pelias
136+
sudo ln -s "$(pwd)/pelias" /usr/local/bin/pelias
137137
```
138138

139139
Once the command is correctly installed you should be able to run the following command to confirm the pelias command is available on your path:

0 commit comments

Comments
 (0)