From 66eefbe40eab2401d95d94817a6f7c929dd9b7d1 Mon Sep 17 00:00:00 2001 From: vitaly Date: Sat, 18 Mar 2017 17:37:29 +0300 Subject: [PATCH] Rename config.js into config.js.example That will give ability of direct update from git without touching customized config.js file --- .gitignore | 1 + README.md | 2 +- config.js => config.js.example | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename config.js => config.js.example (100%) diff --git a/.gitignore b/.gitignore index a865156..7a58079 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ node_modules *.swo data *.DS_Store +config.js diff --git a/README.md b/README.md index 36fe229..5dee91c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ STDOUT. Check the README there for more details and usages. ## Installation 1. Download the package, and expand it -2. Explore the settings inside of config.js, but the defaults should be good +2. Explore the settings inside of `config.js.example` and save it as `config.js`, but the defaults should be good 3. `npm install` 4. `npm start` diff --git a/config.js b/config.js.example similarity index 100% rename from config.js rename to config.js.example