Readme: one-liner for Homebrew

The one-liner command

  brew install veeso/termscp/termscp

is equivalent to the two commands

  brew tap veeso/termscp
  brew install termscp
This commit is contained in:
Maël Valais
2021-04-05 17:22:30 +02:00
committed by GitHub
parent f94a811dd9
commit b8c54b53d9

View File

@@ -154,8 +154,7 @@ You can install TermSCP on MacOS using [brew](https://brew.sh/)
From your terminal run
```sh
brew tap veeso/termscp
brew install termscp
brew install veeso/termscp/termscp
```
---