Remove docs, minimal docs going to be at minio.io instead and rest amazon docs

This commit is contained in:
Harshavardhana
2015-04-10 21:18:35 -07:00
parent 74506bb48b
commit c63bdf79fa
15 changed files with 8 additions and 332 deletions
+3 -5
View File
@@ -2,10 +2,9 @@
### Build Dependencies
This installation document assumes Ubuntu 14.04 or later on x86-64 platform.
##### Install Git, GCC and MkDocs
##### Install Git, GCC
```sh
$ sudo apt-get install git build-essential python-pip
$ sudo pip install mkdocs
$ sudo apt-get install git build-essential
```
##### Install YASM
@@ -53,10 +52,9 @@ This installation document assumes Mac OSX Yosemite 10.10 or later on x86-64 pla
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
##### Install Git, Python and MkDocs
##### Install Git, Python
```sh
$ brew install git python
$ pip install mkdocs
```
##### Install YASM