Skip to content

Commit

Permalink
update documentation!
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Dec 29, 2017
1 parent f2d79f9 commit 164fcf4
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,29 @@ have **installed it already** for you , if not then the script will **warn** you
$ curl -L "https://git.io/vbdTI" | bash
```

**or** you can also use python.
This requires **requests** to be installed , so make sure you have installed **requests** for python.

```
$ python -c "from requests import get;exec(get('https://git.io/vbbC1').content)"
```

**Thats it!**

### Windows

Sorry but **bash** is not officially supported for windows and thus you need to **clone**
the **entire repo**
You need to have **python** with **requests** installed on your pc to do this but you can also clone
the entire repo.

```
> python -c "from requests import get;exec(get('https://git.io/vbbC1').content)"
```

### MacOSX

I don't own a MacOSX so you should also **clone** the **entire repo** like the windows users.
You need to have **python** with **requests** installed on your pc to do this but you can also clone
the entire repo.

```
$ python -c "from requests import get;exec(get('https://git.io/vbbC1').content)"
```

0 comments on commit 164fcf4

Please sign in to comment.