mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 11:31:58 +03:00
Update guide.md
This commit is contained in:
parent
48facd9ace
commit
3e6198376c
@ -44,7 +44,7 @@ npx elm-spa server
|
||||
So far, we've used [npx](https://www.npmjs.com/package/npx) so we don't need to install __elm-spa__ directly. If you'd like to run commands from the terminal, without the `npx` prefix, you can install __elm-spa__ like this:
|
||||
|
||||
```terminal
|
||||
npm install -g elm-spa@beta
|
||||
npm install -g elm-spa@next
|
||||
```
|
||||
|
||||
You can verify the install succeeded by running `elm-spa help` from your terminal:
|
||||
|
Loading…
Reference in New Issue
Block a user