From 74321acbd33a563feaabc2d57287618638a6d13a Mon Sep 17 00:00:00 2001 From: Shoichi Kaji Date: Fri, 22 May 2020 23:58:29 +0900 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ab9cb4..31ed5e6 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,17 @@ I prepared a simple tool that is `pbcopy` for remote machines. [local] $ ssh remote # If you prefer a self-contained binary, then - [remote] $ wget -O pbcopy-linux-amd64.tar.gz https://github.com/skaji/remote-pbcopy-iterm2/releases/latest/download/pbcopy-linux-amd64.tar.gz + [remote] $ curl -fsSLo pbcopy-linux-amd64.tar.gz https://github.com/skaji/remote-pbcopy-iterm2/releases/latest/download/pbcopy-linux-amd64.tar.gz [remote] $ tar xf pbcopy-linux-amd64.tar.gz [remote] $ mv pbcopy /path/to/bin/ # If you prefer a perl script, then - [remote] $ wget https://raw.githubusercontent.com/skaji/remote-pbcopy-iterm2/master/pbcopy + [remote] $ curl -fsSLo pbcopy https://raw.githubusercontent.com/skaji/remote-pbcopy-iterm2/master/pbcopy + [remote] $ chmod +x pbcopy + [remote] $ mv pbcopy /path/to/bin/ + + # If you prefer a python script, then + [remote] $ curl -fsSLo pbcopy https://raw.githubusercontent.com/skaji/remote-pbcopy-iterm2/master/pbcopy.py [remote] $ chmod +x pbcopy [remote] $ mv pbcopy /path/to/bin/