diff options
| author | Max Isom <[email protected]> | 2022-03-12 20:38:33 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-12 19:38:33 -0600 |
| commit | a60bde8d5bc708d08ddca61e347a4570b501e313 (patch) | |
| tree | 133a1691a47697c66018583e6cea95a19f7f2c8a /README.md | |
| parent | db88e39c76a54215443f919a9f69f4af2f28526a (diff) | |
| download | muse-a60bde8d5bc708d08ddca61e347a4570b501e313.tar.xz muse-a60bde8d5bc708d08ddca61e347a4570b501e313.zip | |
Use on-the-fly transpiling with esmo (#562)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,7 +2,7 @@ <img width="250" height="250" src="https://raw.githubusercontent.com/codetheweb/muse/master/.github/logo.png"> </p> -🚨: v1.0.0 was a breaking change. Please take a look at the [release notes](https://github.com/codetheweb/muse/releases/tag/v1.0.0) for upgrade instructions +🚨: v1.0.0 was a breaking change. Please take a look at the [release notes](https://github.com/codetheweb/muse/releases/tag/v1.0.0) for upgrade instructions ------ @@ -83,8 +83,7 @@ services: 2. Copy `.env.example` to `.env` and populate with values 3. I recommend checking out a tagged release with `git checkout v[latest release]` 4. `yarn install` (or `npm i`) -5. `yarn build` (or `npm run build`) -6. `yarn start` (or `npm run start`) +5. `yarn start` (or `npm run start`) **Note**: if you're on Windows, you may need to manually set the ffmpeg path. See [#345](https://github.com/codetheweb/muse/issues/345) for details. |
