Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Unpackerr/unpackerr.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 15, 2024
2 parents 692517b + 77b1511 commit 9d0dfe1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/install/freebsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Install Unpackerr on a FreeBSD server.

import ArchiveAccess from './includes/archiveaccess.md';

1. Download a package from the [Releases](https://github.com/Unpackerr/unpackerr/releases) page.
1. Download a package from the [latest release](https://github.com/Unpackerr/unpackerr/releases/latest).
1. Install it with `pkg add -f` (the force flag is required because the package has
[a bug](https://github.com/Unpackerr/unpackerr/issues/352))
1. Edit the config file at `/etc/unpackerr/unpackerr.conf`,
Expand Down
4 changes: 2 additions & 2 deletions docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import ArchiveAccess from './includes/archiveaccess.md';

## Universal Binary App

1. Download a `.dmg` file from
[the Releases page](https://github.com/Unpackerr/unpackerr/releases) and double-click it.
1. Download a `.dmg` file from the
[latest release](https://github.com/Unpackerr/unpackerr/releases/latest) and double-click it.
1. Copy the `Unpackerr.app` to `/Applications`.
1. Run it. It starts in the menu bar as an icon.
1. Click the menu bar icon and select `Config` -> `Edit`.
Expand Down
6 changes: 4 additions & 2 deletions docs/install/seedbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ import ArchiveAccess from './includes/archiveaccess.md';

Learn how to install Unpackerr on your linux shell without root.

1. Download and extract a binary from the [releases](https://github.com/Unpackerr/unpackerr/releases) page.
1. Rename the file to `unpackerr` and make it executable: `chmod +x unpackerr`
1. Download a binary from the [latest release](https://github.com/Unpackerr/unpackerr/releases/latest).
The `unpackerr.amd64.linux.gz` file is almost certainly what you want to grab,
so start there if you're not sure.
1. Extract the gz file with `gunzip` (or whatever), rename it to `unpackerr` and make it executable: `chmod +x unpackerr`
1. Download the [example config file](https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example),
or [generate one](https://notifiarr.com/unpackerr.php).
1. Edit config file to suit your needs: `nano unpackerr.conf`
Expand Down

0 comments on commit 9d0dfe1

Please sign in to comment.