Explorar o código

New Ubuntu uses apt, not apt-get

IT %!s(int64=4) %!d(string=hai) anos
pai
achega
60e5081f2a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -69,11 +69,11 @@ Binary files for Ubuntu and derivative distributions can be found at
 To install it you must configure the repository:
 ``` bash
 sudo add-apt-repository ppa:ovidio/scattering
-sudo apt-get update
+sudo apt update
 ```
 and then you simply install the package:
 ``` bash
-sudo apt-get install python-scattnlay
+sudo apt install python-scattnlay
 ```
 You can also install it from PyPi via
 ```bash