diff --git a/README.md b/README.md index defb914..d9bb125 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ Clone the repository to your local: git clone https://www.github.com/forensic-architecture/datasheet-server ``` +Copy [src/example.config.js](src/example.config.js) into `src/config.js` and modify +``` +cp src/example.config.js src/config.js +``` + Follow the steps in the [configuration](#configuration) section of this document. diff --git a/src/config.js.example b/src/example.config.js similarity index 100% rename from src/config.js.example rename to src/example.config.js