Skip to content

Commit

Permalink
chore: update install instrucments
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Sep 27, 2018
1 parent 2576a85 commit 8edc6de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@

Certain combinations of plugins may not work properly, and things may change or break until we reach `beta` phase. Do not use in production yet unless you are adventurous.

For 0.x, it's moved to [0.x branch](https://github.com/vuejs/vuepress/tree/0.x) and still maintained, the website was switching to https://v0.vuepress.vuejs.org
For 0.x, it's moved to [0.x branch](https://github.com/vuejs/vuepress/tree/0.x) and still maintained, the website was switching to https://v0.vuepress.vuejs.org.

# VuePress

> Minimalistic docs generator with Vue component based layout system
https://vuepress.vuejs.org/

## Install

```bash
yarn add vuepress -D # Install 0.x.x.
yarn add vuepress@next -D # Install next.
```

## Features

**Built-in markdown extensions**
Expand Down

0 comments on commit 8edc6de

Please sign in to comment.