diff --git a/README.md b/README.md index 546ad8ae..a57a881f 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,11 @@ Development: Read the [Development](#development) section
  1. git clone https://github.com/ohlookitsderpy/Mue (If you don't have Git just go to Clone or download and click Download ZIP) +
  2. Open a terminal and run these commands: (in the Mue directory)
  3. yarn (or npm install)
  4. yarn run sass-watch (or npm run sass-watch) +
  5. Open another terminal and run this command: (in the Mue directory) +
  6. yarn run js-watch (or npm run js-watch)
  7. Start developing! (See the sections below for how to set it up with your browser)