summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-03-09 22:33:04 +0900
committerRyo Nakamura <upa@haeena.net>2023-03-09 22:33:04 +0900
commite56e1be4f6b268c7fd31d182df4d7988eca4ad29 (patch)
tree989974e2673931d5aee44803f11794e12db52185
parentc07bdd60e551b21b2559df76f4ad51b0d7dc9e32 (diff)
parentb4c021c954866aade1ea893b04f307afa7295bd7 (diff)
Merge branch 'main' of github.com:upa/mscp into main
-rw-r--r--README.md24
1 files changed, 19 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1b186b8..084b63d 100644
--- a/README.md
+++ b/README.md
@@ -17,27 +17,41 @@ require anything else.
https://user-images.githubusercontent.com/184632/206889149-7cc6178a-6f0f-41e6-855c-d25e15a9abc5.mp4
+--------------------------------------------------------------------
Differences from `scp` on usage:
- remote glob on remote shell expansion is not supported.
- remote to remote copy is not supported.
-- `-r` option is not needed.
+- `-r` option is not needed to transfer directories.
- and any other differences I have not implemented and noticed.
+
## Install
-- homebrew
+- macOS
```console
brew install upa/tap/mscp
```
-- Linux
+- 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
+```
+
+- 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
+```
-Download a package for your environment from [Releases
-page](https://github.com/upa/mscp/releases).
+- 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
+```
## Build