mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Add mkdocs as build dependency in checkdeps.sh and BUILDDEPS.md
This commit is contained in:
+3
-2
@@ -2,9 +2,10 @@
|
||||
### Build Dependencies
|
||||
This installation document assumes Ubuntu 14.04 or later on x86-64 platform.
|
||||
|
||||
##### Install Git and GCC
|
||||
##### Install Git, GCC and MkDocs
|
||||
```sh
|
||||
$ sudo apt-get install git build-essential
|
||||
$ sudo apt-get install git build-essential python-pip
|
||||
$ sudo pip install mkdocs
|
||||
```
|
||||
|
||||
##### Install YASM
|
||||
|
||||
Reference in New Issue
Block a user