aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-03-12 20:38:33 -0500
committerGitHub <[email protected]>2022-03-12 19:38:33 -0600
commita60bde8d5bc708d08ddca61e347a4570b501e313 (patch)
tree133a1691a47697c66018583e6cea95a19f7f2c8a /README.md
parentdb88e39c76a54215443f919a9f69f4af2f28526a (diff)
downloadmuse-a60bde8d5bc708d08ddca61e347a4570b501e313.tar.xz
muse-a60bde8d5bc708d08ddca61e347a4570b501e313.zip
Use on-the-fly transpiling with esmo (#562)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index f6362e8..d2b43fc 100644
--- a/README.md
+++ b/README.md
@@ -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.