forked from rakyll/drive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rakyll#37 from shaggytwodope/master
seperate installation file
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|