Skip to content

Commit

Permalink
Fix message in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsingh committed Jul 19, 2018
1 parent a191ec6 commit 2df38b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Please report issues here: http://tickets.musicbrainz.org/browse/AB
You can use [docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) to run the AcousticBrainz server. Make sure docker and docker-compose are installed.
Then copy two config files:

1. `config.py.example` to `config.py` *(you don't need to modify this file)*
1. `config.py.example` to `config.py`, you'll need to add your custom configs to this file.
2. `profile.conf.in.sample` to `profile.conf.in` in the `./hl_extractor/` directory
In `profile.conf.in` you need to set the `models_essentia_git_sha` value.
Unless you know what you are doing, this value should be **v2.1_beta1**
Expand Down

0 comments on commit 2df38b3

Please sign in to comment.