Skip to content

Commit

Permalink
README: clarify that we're no longer building .deb and RPM
Browse files Browse the repository at this point in the history
...and say that we're looking for help.

Relates to #203 (main issue), #197, #202, #212, #227, #236, #237.
  • Loading branch information
strohel committed Dec 1, 2022
1 parent 00c2b3c commit 0062421
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,9 @@ It's assumed that WireGuard is installed on your system, either via the kernel m
pacman -S innernet
```

### Ubuntu
### Other Linux Distributions

Fetch the appropriate `.deb` packages from
https://github.com/tonarino/innernet/releases and install with

```sh
sudo apt install ./innernet*.deb
```
Starting with the 1.5.4 release, Debian and RPM packages are no longer built in this repository. We're looking for volunteers who are able to set up external builds for popular distributions. Please see issue [#203](https://github.com/tonarino/innernet/issues/203).

### macOS

Expand Down Expand Up @@ -256,5 +251,3 @@ The resulting binary will be located at `./target/release/innernet`
1. Run `cargo release [--dry-run] [minor|major|patch|...]` to automatically bump the crates appropriately.
2. Create a new git tag (ex. `v0.6.0`).
3. Push (with tags) to the repo.

innernet uses GitHub Actions to automatically produce a debian package for the [releases page](https://github.com/tonarino/innernet/releases).

0 comments on commit 0062421

Please sign in to comment.