ソースを参照

New Ubuntu uses apt, not apt-get

IT 4 年 前
コミット
60e5081f2a
1 ファイル変更2 行追加2 行削除
  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