summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-12-03 08:00:38 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-12-03 08:00:38 +0100
commitea982f7cf0b5ba790760c0446e06b28d35e7a7eb (patch)
tree50afda1c456eb5bafa6d2fd8f42fc6cd3b75c9e2
parent4098c486f25c28b3cfadf74dc3496beebaa4efe6 (diff)
README: copy-pasting is hard, actually
-rw-r--r--README.md10
1 files 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: