Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove the note about putting your own configuration files in the `/json` directory.
We use the dynamic config now and encourage people to use it rather than making local code changes.
  • Loading branch information
JGreenlee authored Oct 18, 2023
1 parent 685e1b6 commit 047c2b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ Run the setup script
bash setup/setup_serve.sh
```

**(optional)** Configure by changing the files in `www/json`.
Defaults are in `www/json/*.sample`

```
ls www/json/*.sample
cp www/json/startupConfig.json.sample www/json/startupConfig.json
cp ..... www/json/connectionConfig.json
```

### Activation (after install, and in every new shell)

```
Expand Down

0 comments on commit 047c2b7

Please sign in to comment.