Skip to content

Commit aa135e0

Browse files
authored
Add unofficial packages section (#181)
1 parent 783a541 commit aa135e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bitmagnet.io/setup/installation.md

+15
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,25 @@ services:
6161
6262
After running `docker compose up -d` you should be able to access the web interface at `http://localhost:3333`. The DHT crawler should have started and you should see items appear in the web UI within around a minute.
6363

64+
To upgrade your installation you can run:
65+
66+
```sh
67+
docker compose down bitmagnet
68+
docker pull ghcr.io/bitmagnet-io/bitmagnet:latest
69+
docker compose up -d bitmagnet
70+
```
71+
6472
## go install
6573

6674
You can also install **bitmagnet** natively with `go install github.com/bitmagnet-io/bitmagnet`. If you choose this method you will need to [configure]({% link setup/configuration.md %}) (at a minimum) a Postgres instance for bitmagnet to connect to.
6775

76+
## Unofficial Packages and Installation Methods
77+
78+
Community members have developed the following packages; these are not maintained under the **bitmagnet** project:
79+
80+
- [@davispuh](https://github.com/davispuh){:target="\_blank"} has published an Arch package, `bitmagnet-git`, [in the AUR repository](https://aur.archlinux.org/packages/bitmagnet-git){:target="\_blank"}.
81+
- Your package could be here!
82+
6883
## Running the CLI
6984

7085
The **bitmagnet** CLI is the entrypoint into the application. Take note of the command needed to run the CLI, depending on your installation method.

0 commit comments

Comments
 (0)