We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 355a1eb + 16bc785 commit 214a572Copy full SHA for 214a572
1 file changed
README.md
@@ -108,8 +108,14 @@ You can find the `pelias` file in the root of this repository.
108
Advanced users may have a preference how this is done on their system, but a basic example would be to do something like:
109
110
```bash
111
-git clone https://github.com/pelias/docker.git ~/pelias
112
-ln -s ~/pelias/pelias /usr/local/bin/pelias
+# change directory to the where you would like to install Pelias
+# cd /path/to/install
113
+
114
+# clone this repository
115
+git clone https://github.com/pelias/docker.git && cd docker
116
117
+# install pelias script
118
+ln -s "$(pwd)/pelias" /usr/local/bin/pelias
119
```
120
121
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