Update README.

This commit is contained in:
empathicqubit 2018-06-21 00:36:35 -04:00
parent 313ba9dedf
commit f2528e2c28

View file

@ -21,7 +21,7 @@ Running
----------------------------
1. Create a folder at /frontend/public/audio and save your OGG audio files there. They should all be the same length.
2. Copy the file /.env.sample to /.env. Change the `AUDIO_FILES_ARRAY` to include your files.
2. Copy the file /.env.sample to /.env. Change the `AUDIO_FILES_ARRAY` to include your files. If you do not create this file, it will be generated automatically.
3. Run the following commands:
```sh
yarn install