Skip to content

Commit

Permalink
Add go install to the manual install instructions
Browse files Browse the repository at this point in the history
Inspired by #223.
  • Loading branch information
walles committed Jul 12, 2024
1 parent 3c39daf commit eb7d1b9
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-*-*-*`
Expand All @@ -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.
Expand Down

0 comments on commit eb7d1b9

Please sign in to comment.