From 16bc78501c94b68d2a0cdd2503fcbb0c7cb32242 Mon Sep 17 00:00:00 2001 From: missinglink Date: Mon, 18 May 2020 15:54:14 +0200 Subject: [PATCH] docs: resolve inconsistency between differing install directory instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40a40e25..07db8fe8 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,14 @@ You can find the `pelias` file in the root of this repository. Advanced users may have a preference how this is done on their system, but a basic example would be to do something like: ```bash -git clone https://github.com/pelias/docker.git ~/pelias -ln -s ~/pelias/pelias /usr/local/bin/pelias +# change directory to the where you would like to install Pelias +# cd /path/to/install + +# clone this repository +git clone https://github.com/pelias/docker.git && cd docker + +# install pelias script +ln -s "$(pwd)/pelias" /usr/local/bin/pelias ``` 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: