diff --git a/.gitignore b/.gitignore index 23a5e32..83b69a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ims ims.conf +limes diff --git a/README.md b/README.md index d5e2686..b1baa4d 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,11 @@ To be done There is an [example configuration file](http://github.com/otm/limes/limes.conf.example). The configuration file is documented. Make a copy of the file and place it in `~/.limes/config`. ``` -mkdir ~/.limes -cd ~/.limes -wget https://raw.githubusercontent.com/otm/ims/master/limes.conf.example -mv limes.conf.example config +mkdir -p ~/.limes +wget -O ~/.limes/config https://raw.githubusercontent.com/otm/limes/master/config.example ``` -Use your favorite text editor to update the configuration file +Use your favorite text editor to update ~/.limes/config ## Security The service should be configured on the loop back device, and only accessible from the host it is running on. diff --git a/ims.conf.example b/config.example similarity index 100% rename from ims.conf.example rename to config.example