summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-12-10 23:56:20 +0900
committerRyo Nakamura <upa@haeena.net>2023-12-10 23:56:20 +0900
commite3484dbc053729353808f27e6b612c7215b3f61f (patch)
tree817b81ae2084e8d281a2d32b99eb33f498f35f51 /README.md
parenta107681da00309e1d8315339beb846ce593ea7fa (diff)
update README
install mscp from ppa for ubuntu
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index b72a6ec..4747dbf 100644
--- a/README.md
+++ b/README.md
@@ -37,16 +37,10 @@ Paper:
brew install upa/tap/mscp
```
-- Ubuntu 22.04
+- Ubuntu
```console
-wget https://github.com/upa/mscp/releases/latest/download/mscp_ubuntu-22.04-x86_64.deb
-apt-get install -f ./mscp_ubuntu-22.04-x86_64.deb
-```
-
-- Ubuntu 20.04
-```console
-wget https://github.com/upa/mscp/releases/latest/download/mscp_ubuntu-20.04-x86_64.deb
-apt-get install -f ./mscp_ubuntu-20.04-x86_64.deb
+sudo add-apt-repository ppa:upaa/mscp
+sudo apt-get install mscp
```
- Rocky 8.8
@@ -59,7 +53,7 @@ yum install https://github.com/upa/mscp/releases/latest/download/mscp_rocky-8.8-
yum install https://github.com/upa/mscp/releases/latest/download/mscp_almalinux-8.8-x86_64.rpm
```
-- Linux with single binary `mscp` (x86_64 only)
+- Linux with single binary `mscp` (x86_64 only, and not optimal performance)
```console
wget https://github.com/upa/mscp/releases/latest/download/mscp.linux.x86.static -O /usr/local/bin/mscp
chmod 755 /usr/local/bin/mscp