s/mithril/mithril@next/g, add v1 docs link [skip ci] (#2368)

This should help point users to the correct version if they plan to
install the release candidate, and it should help users find the
existing docs for v1.
This commit is contained in:
Isiah Meadows 2019-02-02 11:01:51 -05:00 committed by GitHub
parent 722a4f4af9
commit b91a10a233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 18 deletions

View file

@ -18,7 +18,7 @@ If you're new to Javascript or just want a very simple setup to get your feet we
### NPM
```bash
$ npm install mithril --save
$ npm install mithril@next --save
```
---
@ -32,7 +32,7 @@ $ npm init --yes
2. install required tools
```bash
$ npm install mithril --save
$ npm install mithril@next --save
$ npm install webpack webpack-cli --save-dev
```
@ -83,7 +83,7 @@ npm init --yes
Then, to install Mithril, run:
```bash
npm install mithril --save
npm install mithril@next --save
```
This will create a folder called `node_modules`, and a `mithril` folder inside of it. It will also add an entry under `dependencies` in the `package.json` file
@ -206,7 +206,7 @@ Live reload is a feature where code changes automatically trigger the page to re
```bash
# 1) install
npm install mithril --save
npm install mithril@next --save
npm install budo -g
# 2) add this line into the scripts section in package.json