CLEANUP: Use apt instead of apt-get

This commit is contained in:
Dave Corley 2025-03-28 22:27:30 +00:00
parent caef91d261
commit b6be7cdd56

View File

@ -28,8 +28,8 @@ A `Launchpad PPA <https://launchpad.net/~openmw/+archive/openmw>`_ is available.
Add it and install OpenMW::
$ sudo add-apt-repository ppa:openmw/openmw
$ sudo apt-get update
$ sudo apt-get install openmw
$ sudo apt update
$ sudo apt install openmw
The Arch Linux Way
==================