diff --git a/installation.md b/installation.md new file mode 100644 index 00000000..0bc0a1fc --- /dev/null +++ b/installation.md @@ -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) +