Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed May 22, 2020
1 parent 060b85b commit 74321ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 74321ac

Please sign in to comment.