Skip to content

Commit

Permalink
Merge pull request rakyll#37 from shaggytwodope/master
Browse files Browse the repository at this point in the history
seperate installation file
  • Loading branch information
Emmanuel Odeke committed Jan 8, 2015
2 parents 6fc78bf + 8badc64 commit 139b333
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## Installation

To install from the latest source, run:

```shell
$ go get -u github.com/odeke-em/drive/cmd/drive
```

Binary releases for tagged versions are also [available](https://github.com/odeke-em/drive/releases).


### Platform Specific Installation Methods


### Arch Linux or Arch based distros.
This includes Arch linux, Antergos, Manjaro, etc. [List](https://wiki.archlinux.org/index.php/Arch_based_distributions_(active))

```sh
$ yaourt -S drive
```
Since drive is in the aur, you will need an aur helper such as yaourt above. If you are not fimilar with
a helper, you can find a list [here](https://wiki.archlinux.org/index.php/AUR_helpers#AUR_search.2Fbuild_helpers)


### Ubuntu, or Ubuntu based distros.
This includes Ubuntu, Mint, Linux Lite, etc. [List](http://distrowatch.com/search.php?basedon=Ubuntu)

```sh
$ sudo add-apt-repository ppa:twodopeshaggy/drive
$ sudo apt-get update
$ sudo apt-get install drive
```


### Packages Provided By

Platform | Author |
---------| -------|
[Arch Linux](https://aur.archlinux.org/packages/drive) | [Jonathan Jenkins](https://github.com/shaggytwodope)
[Ubuntu Linux](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/drive) | [Jonathan Jenkins](https://github.com/shaggytwodope)

0 comments on commit 139b333

Please sign in to comment.