mirror of
https://github.com/upa/mscp.git
synced 2026-03-15 21:12:43 +08:00
Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -36,24 +36,31 @@ Differences from `scp` on usage:
|
|||||||
brew install upa/tap/mscp
|
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
|
- Ubuntu 22.04
|
||||||
```console
|
```console
|
||||||
wget https://github.com/upa/mscp/releases/download/v0.0.6/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_0.0.6-ubuntu-22.04-x86_64.deb
|
apt-get install -f ./mscp_ubuntu-22.04-x86_64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
- Ubuntu 20.04
|
- Ubuntu 20.04
|
||||||
```console
|
```console
|
||||||
wget https://github.com/upa/mscp/releases/download/v0.0.6/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_0.0.6-ubuntu-20.04-x86_64.deb
|
apt-get install -f ./mscp_ubuntu-20.04-x86_64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
- Rocky 8.6
|
- Rocky 8.6
|
||||||
```console
|
```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
|
## Build
|
||||||
|
|
||||||
mscp depends on a patched [libssh](https://www.libssh.org/). The
|
mscp depends on a patched [libssh](https://www.libssh.org/). The
|
||||||
|
|||||||
Reference in New Issue
Block a user