From 006242142684ee34434970dc6e025152935d336a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Laitl?= Date: Thu, 1 Dec 2022 09:29:05 +0100 Subject: [PATCH] README: clarify that we're no longer building .deb and RPM ...and say that we're looking for help. Relates to #203 (main issue), #197, #202, #212, #227, #236, #237. --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5f63ea0..21bd2cd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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).