From 845057b49f02c7fa5db5cfe413616e47d8aa068c Mon Sep 17 00:00:00 2001 From: Nils Lagerkvist Date: Sun, 21 Feb 2016 17:10:39 +0100 Subject: [PATCH] Renamed project, updated README, and renamed example file --- .gitignore | 1 + README.md | 8 +++----- ims.conf.example => config.example | 0 3 files changed, 4 insertions(+), 5 deletions(-) rename ims.conf.example => config.example (100%) 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