diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-04 20:46:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-04 20:46:25 +0200 |
commit | 9b43c28997ae3e6f73dd83620f53a4cc7822fd8a (patch) | |
tree | ccef2d8fe19305f9bfe9a450a55e0e5bee169146 /README.md | |
parent | 4410b7c5a85f851af33d088bd69b1f51cb34b7a0 (diff) |
Release v1.461.46
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ rm libtravel-status-de-iris-perl_dev_all.deb Note that dpkg, unlike apt, does not automatically install missing dependencies. If a dependency is not satisfied yet, `dpkg -i` will complain about unmet dependencies and bail out. `apt --fix-broken install` installs -these dependencies and also silently finishes the Travel::Status::DE::VRR +these dependencies and also silently finishes the Travel::Status::DE::IRIS installation. Uninstallation works as usual: @@ -75,7 +75,7 @@ libraries with development headers: Now, use a tool of your choice to install the module. Minimum working example: ``` -cpanm Travel::Status::DE::VRR +cpanm Travel::Status::DE::IRIS ``` If you run this as root, it will install script and module to `/usr/local` by |