diff options
| author | Zagrthos <[email protected]> | 2022-03-19 15:55:23 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-19 09:55:23 -0500 |
| commit | 60376d4f5798004bc0215698bc1cc0786fcd5dbc (patch) | |
| tree | 270ae2fc9a11b4a9d5ef50023a89799d4e69a928 /README.md | |
| parent | 346a6c6eee4a790cc71e5b6d78854be61b28873f (diff) | |
| download | muse-60376d4f5798004bc0215698bc1cc0786fcd5dbc.tar.xz muse-60376d4f5798004bc0215698bc1cc0786fcd5dbc.zip | |
Update README and add "Now playing" Command (#589)
Co-authored-by: Max Isom <[email protected]>
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -77,7 +77,9 @@ services: ### Node.js -**Prerequisites**: Node.js, ffmpeg +**Prerequisites**: +* Node.js (16.x is recommended because it's the current LTS version) +* ffmpeg 1. `git clone https://github.com/codetheweb/muse.git && cd muse` 2. Copy `.env.example` to `.env` and populate with values |
