From ea982f7cf0b5ba790760c0446e06b28d35e7a7eb Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 3 Dec 2023 08:00:38 +0100 Subject: README: copy-pasting is hard, actually --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e91b259..2a89cea 100644 --- a/README.md +++ b/README.md @@ -48,23 +48,23 @@ use it you will have to trust me not to screw up your system with bogus packages. Also, note that the packages are not part of the official Debian repository and are not covered by its quality assurance process. -To set up the repository and install the latest Travel::Routing::DE::HAFAS +To set up the repository and install the latest Travel::Status::DE::VRR release, run: ``` curl -s https://finalrewind.org/apt.asc | sudo tee /etc/apt/trusted.gpg.d/finalrewind.asc echo 'deb https://lib.finalrewind.org/apt stable main' | sudo tee /etc/apt/sources.list.d/finalrewind.list sudo apt update -sudo apt install libtravel-routing-de-hafas-perl +sudo apt install libtravel-status-de-vrr-perl ``` Afterwards, `apt update` and `apt upgrade` will automatically install new -Travel::Routing::DE::HAFAS releases. +Travel::Status::DE::VRR releases. -Uninstallation of Travel::Routing::DE::HAFAS works as usual: +Uninstallation of Travel::Status::DE::VRR works as usual: ``` -sudo apt remove libtravel-routing-de-hafas-perl +sudo apt remove libtravel-status-de-vrr-perl ``` To remove the APT repository from your system, run: -- cgit v1.2.3