diff --git a/README.md b/README.md index f111b3a..187d42a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ git clone https://github.com/rtfeldman/elm-workshop.git cd elm-workshop ``` +## Install dependencies + +Run this at the terminal: + +```bash +npm install +``` + +This will probably take several minutes. + ## Start with Stage 1 Run this at the terminal: diff --git a/stages/1/README.md b/stages/1/README.md index 6fb56da..db659a0 100644 --- a/stages/1/README.md +++ b/stages/1/README.md @@ -1,15 +1,7 @@ Stage 1 ======= -## Install the Project - -Run this at the terminal: - -```bash -npm install -``` - -## Engage Auto-Rebuilding +To engage Auto-Rebuilding: ```bash npm run watch diff --git a/stages/2/README.md b/stages/2/README.md index 652ae33..2a8beb7 100644 --- a/stages/2/README.md +++ b/stages/2/README.md @@ -1,15 +1,7 @@ Stage 2 ======= -## Install the Project - -Run this at the terminal: - -```bash -npm install -``` - -## Engage Auto-Rebuilding +To engage Auto-Rebuilding: ```bash npm run watch diff --git a/stages/3/README.md b/stages/3/README.md index 3846410..90d73a8 100644 --- a/stages/3/README.md +++ b/stages/3/README.md @@ -1,15 +1,7 @@ Stage 3 ======= -## Install the Project - -Run this at the terminal: - -```bash -npm install -``` - -## Engage Auto-Rebuilding +To engage Auto-Rebuilding: ```bash npm run watch diff --git a/stages/4/README.md b/stages/4/README.md index 15170d5..ac43c83 100644 --- a/stages/4/README.md +++ b/stages/4/README.md @@ -1,15 +1,7 @@ Stage 4 ======= -## Install the Project - -Run this at the terminal: - -```bash -npm install -``` - -## Engage Auto-Rebuilding +To engage Auto-Rebuilding: ```bash npm run watch diff --git a/stages/5/README.md b/stages/5/README.md index 62e155a..cc12159 100644 --- a/stages/5/README.md +++ b/stages/5/README.md @@ -1,21 +1,13 @@ Stage 5 ======= -## Install the Project - -Run this at the terminal: - -```bash -npm install -``` - -## Run Tests +To run tests: ```bash npm test ``` -## Engage Auto-Rebuilding +To engage Auto-Rebuilding: ```bash npm run watch