Skip to content

Commit

Permalink
installation helper
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 2, 2024
1 parent f572ec0 commit 6a05c89
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,34 @@ Global Flags:
```

## Install

### Linux

#### Debian / Ubuntu (.deb)

```sh
sudo apt install ./downloads/mrpack-install_0.42.0_linux_amd64.deb
```

#### Fedora / Red Hat (.rpm)

```sh
sudo dnf install ./downloads/mrpack-install_0.42.0_linux_amd64.rpm
```

#### Arch Linux (.pkg.tar.zst)

```sh
sudo pacman -U ./downloads/mrpack-install_0.42.0_linux_amd64.pkg.tar.zst
```

#### Alpine Linux (.apk)

```sh
sudo apk add ./downloads/mrpack-install_0.42.0_linux_amd64.apk
```

## Build

To build only binaries, run:
Expand Down
28 changes: 28 additions & 0 deletions tools/readme.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,34 @@ and [Modrinth](https://modrinth.com/) [modpacks](https://docs.modrinth.com/docs/
{{ .Help }}
```
{{ end }}
## Install

### Linux

#### Debian / Ubuntu (.deb)

```sh
sudo apt install ./downloads/mrpack-install_0.42.0_linux_amd64.deb
```

#### Fedora / Red Hat (.rpm)

```sh
sudo dnf install ./downloads/mrpack-install_0.42.0_linux_amd64.rpm
```

#### Arch Linux (.pkg.tar.zst)

```sh
sudo pacman -U ./downloads/mrpack-install_0.42.0_linux_amd64.pkg.tar.zst
```

#### Alpine Linux (.apk)

```sh
sudo apk add ./downloads/mrpack-install_0.42.0_linux_amd64.apk
```

## Build

To build only binaries, run:
Expand Down

0 comments on commit 6a05c89

Please sign in to comment.