Skip to content
Snippets Groups Projects
Commit afa1f5d3 authored by jonastheis's avatar jonastheis
Browse files

Rename config.json to config.default.json #231

parent 6edb4a48
No related branches found
No related tags found
No related merge requests found
...@@ -26,4 +26,6 @@ objectsdb/ ...@@ -26,4 +26,6 @@ objectsdb/
# OSX related files # OSX related files
.DS_Store .DS_Store
shimmer shimmer
goshimmer goshimmer
\ No newline at end of file
config.json
\ No newline at end of file
...@@ -148,7 +148,16 @@ If Go is installed, you should see the version that's installed. ...@@ -148,7 +148,16 @@ If Go is installed, you should see the version that's installed.
2. Change into the `goshimmer` directory 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 ```bash
# Linux and macOS # Linux and macOS
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment