-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
go install
to the manual install instructions
Inspired by #223.
- Loading branch information
Showing
1 changed file
with
24 additions
and
9 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 |
---|---|---|
|
@@ -94,8 +94,32 @@ yay -S moar | |
|
||
More info [here](https://aur.archlinux.org/packages/moar-git). | ||
|
||
## Debian / Ubuntu | ||
|
||
Nobody has stepped up and packaged `moar` for Debian. | ||
|
||
If you want to [package `moar` for | ||
Debian](https://github.com/walles/moar/issues/137), that would be very welcome! | ||
|
||
Otherwise read on for manual install instructions. | ||
|
||
## Manual Install | ||
|
||
### Using `go` | ||
|
||
This will [install | ||
`moar` into `$GOPATH/bin`](<(https://manpages.debian.org/testing/golang-go/go-install.1.en.html)>) | ||
: | ||
|
||
```sh | ||
go install github.com/walles/moar@latest | ||
``` | ||
|
||
NOTE: If you got here because there is no binary for your platform, | ||
[please consider packaging `moar`](#packaging). | ||
|
||
### Downloading binaries | ||
|
||
1. Download `moar` for your platform from | ||
<https://github.com/walles/moar/releases/latest> | ||
1. `chmod a+x moar-*-*-*` | ||
|
@@ -105,15 +129,6 @@ And now you can just invoke `moar` from the prompt! | |
|
||
Try `moar --help` to see options. | ||
|
||
If a binary for your platform is not available, please | ||
[file a ticket](https://github.com/walles/moar/releases) or contact | ||
<[email protected]>. | ||
|
||
## Debian / Ubuntu | ||
|
||
[A Request for Packaging is open](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944035), | ||
please help! | ||
|
||
# Configuring | ||
|
||
Do `moar --help` for an up to date list of options. | ||
|