Skip to content

Commit 214a572

Browse files
authored
Merge pull request #197 from pelias/readme_install_dir
resolve inconsistency between differing install directory instructions
2 parents 355a1eb + 16bc785 commit 214a572

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,14 @@ You can find the `pelias` file in the root of this repository.
108108
Advanced users may have a preference how this is done on their system, but a basic example would be to do something like:
109109

110110
```bash
111-
git clone https://github.com/pelias/docker.git ~/pelias
112-
ln -s ~/pelias/pelias /usr/local/bin/pelias
111+
# change directory to the where you would like to install Pelias
112+
# 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
113119
```
114120

115121
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)