Skip to content

Commit

Permalink
README: There are no nightly builds anymore, just releases
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Dec 3, 2023
1 parent 93841c4 commit 3a90f52
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ as well as the Perl module.
If you are using another distribution or would prefer a more recent version,
you have four installation options:

* Nightly `.deb` builds for Debian-based distributions
* `.deb` releases for Debian-based distributions
* Installing the latest release from CPAN
* Installation from source
* Using a Docker image
Expand All @@ -25,12 +25,11 @@ Except for Docker, **efa** is available in your PATH after installation. You
can run `efa --version` to verify this. Documentation is available via
`man efa`.

### Nightly Builds for Debian
### Release Builds for Debian

[lib.finalrewind.org/deb](https://lib.finalrewind.org/deb) provides Debian
packages of both development and release versions. Note that these are not part
of the official Debian repository and are not covered by its quality assurance
process.
packages of all release versions. Note that these are not part of the official
Debian repository and are not covered by its quality assurance process.

To install the latest release, run:

Expand All @@ -40,14 +39,6 @@ sudo apt install ./libtravel-routing-de-vrr-perl_latest_all.deb
rm libtravel-routing-de-vrr-perl_latest_all.deb
```

For a (possibly broken) development snapshot of the Git master branch, run:

```
wget https://lib.finalrewind.org/deb/libtravel-routing-de-vrr-perl_dev_all.deb
sudo apt install ./libtravel-routing-de-vrr-perl_dev_all.deb
rm libtravel-routing-de-vrr-perl_dev_all.deb
```

Uninstallation works as usual:

```
Expand Down

0 comments on commit 3a90f52

Please sign in to comment.