fixed needed yarn commands in README.md

This commit is contained in:
Quinn Dougherty 2022-03-24 20:21:34 -04:00
parent a1990ea3eb
commit 1efc4644bb

View File

@ -1,12 +1,13 @@
# Squiggle language
# Build for development
We assume that you ran `yarn` at the monorepo level.
``` sh
yarn
yarn build
yarn bundle
```
`yarn bundle` is needed for a deployment.
Other:
``` sh
yarn start # listens to files and recompiles at every mutation