summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-12-11 15:15:06 +0900
committerGitHub <noreply@github.com>2022-12-11 15:15:06 +0900
commitf6d9a212b95fdc05d4cf194758d0bbe69b4a28ef (patch)
tree7fbd59160ecf5ece634c84ae6c3cbd04d99719a7
parenta8db569fbdcd417f82ae2bc564a79b7576cdeb7e (diff)
update README.md. add demo movie
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87abdda..da680e0 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ standard `sshd` supporting the SFTP subsystem (e.g. openssh-server),
and you need to be able to ssh to the hosts as usual. `mscp` does not
require anything else.
+https://user-images.githubusercontent.com/184632/206889149-7cc6178a-6f0f-41e6-855c-d25e15a9abc5.mp4
+
Differences from `scp` on usage:
@@ -72,6 +74,9 @@ make
# install the mscp binary to CMAKE_INSTALL_PREFIX/bin (usually /usr/local/bin)
make install
```
+Source tar balls (`mscp-vX.X.X.tar.gz`, not `Sorce Code`) in
+[Releases page](https://github.com/upa/mscp/releases) contains the patched version
+of libssh. So you can start from cmake with it.
## Run