From afa1f5d33b6e7f0683622730a501c913a3d5a4b0 Mon Sep 17 00:00:00 2001
From: jonastheis <work@jonastheis.de>
Date: Mon, 2 Mar 2020 17:21:27 +0100
Subject: [PATCH] Rename config.json to config.default.json #231

---
 .gitignore                         |  4 +++-
 README.md                          | 11 ++++++++++-
 config.json => config.default.json |  0
 3 files changed, 13 insertions(+), 2 deletions(-)
 rename config.json => config.default.json (100%)

diff --git a/.gitignore b/.gitignore
index b376e693..87725e6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,4 +26,6 @@ objectsdb/
 # OSX related files
 .DS_Store
 shimmer
-goshimmer
\ No newline at end of file
+goshimmer
+
+config.json
\ No newline at end of file
diff --git a/README.md b/README.md
index 0fc5a332..a4405095 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,16 @@ If Go is installed, you should see the version that's installed.
 
 2. Change into the `goshimmer` directory
 
-3. Use one of the following commands to build your executable file, depending on your operating system
+3. Copy and adjust `config.default.json`
+
+    ```bash
+    # Linux and macOS
+    cp config.default.json config.json
+    # Windows
+    copy config.default.json config.json
+    ```
+
+4. Use one of the following commands to build your executable file, depending on your operating system
 
     ```bash
     # Linux and macOS
diff --git a/config.json b/config.default.json
similarity index 100%
rename from config.json
rename to config.default.json
-- 
GitLab