diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-13 15:37:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 15:37:56 +0900 |
commit | 3810d6314dfa276f5f65509f9d204399f6db4e05 (patch) | |
tree | 8ba9e7711feacff44ab66fa2168db8e9543be444 /README.md | |
parent | 09d7ec6a24b33d6c980c314092cd2ae54f0f88c7 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -36,24 +36,31 @@ Differences from `scp` on usage: brew install upa/tap/mscp ``` +- Linux with single binary `mscp` (x86_64 only) +```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 +``` + +### Package Install + - Ubuntu 22.04 ```console -wget https://github.com/upa/mscp/releases/download/v0.0.6/mscp_0.0.6-ubuntu-22.04-x86_64.deb -apt-get install -f ./mscp_0.0.6-ubuntu-22.04-x86_64.deb +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/download/v0.0.6/mscp_0.0.6-ubuntu-20.04-x86_64.deb -apt-get install -f ./mscp_0.0.6-ubuntu-20.04-x86_64.deb +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 ``` - Rocky 8.6 ```console -yum install https://github.com/upa/mscp/releases/download/v0.0.6/mscp_0.0.6-rocky-8.6-x86_64.rpm +yum install https://github.com/upa/mscp/releases/latest/download/mscp_rocky-8.6-x86_64.rpm ``` - ## Build mscp depends on a patched [libssh](https://www.libssh.org/). The |