mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-14 10:57:41 +01:00
Update documentation for installation
This commit is contained in:
parent
7b585f191a
commit
1b58bba115
@ -33,11 +33,7 @@ so most things can be tweaked by changing a few variables.
|
|||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
In order to compile the project, you need `node` with a version greater than
|
In order to compile the project, you need `node` with a version greater than
|
||||||
`0.11` up and running. Then, make sure `bower` is installed or install it:
|
`0.11` up and running.
|
||||||
|
|
||||||
``` sh
|
|
||||||
npm install -g bower
|
|
||||||
```
|
|
||||||
|
|
||||||
The project itself is hosted on GitHub, so the next
|
The project itself is hosted on GitHub, so the next
|
||||||
thing you should do is clone the project from GitHub:
|
thing you should do is clone the project from GitHub:
|
||||||
@ -51,7 +47,7 @@ Then you change the directory and install all dependencies specified in the
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
cd mkdocs-material
|
cd mkdocs-material
|
||||||
npm install && bower install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
Loading…
Reference in New Issue
Block a user