From f2528e2c28c72aaaaa2db35d9cb46d0139dbc639 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Thu, 21 Jun 2018 00:36:35 -0400 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a038df9..8a3cd3a 100644 --- a/README.md +++ b/README.md @@ -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