This repository was archived by the owner on Mar 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,23 +14,31 @@ Provides command line interface for cross-platform terminal Termius.
1414
1515## Installation
1616
17- Termius CLI utility can be installed via [ pip ] ( http://www.pip-installer.org/en/latest/index.html ) :
17+ For macOS users, there is a [ Homebrew ] ( http://brew.sh/ ) formulae. Usage :
1818
1919``` bash
20- pip install -U termius
20+ $ brew install termius
2121```
22- or [ easy_install] ( http://pythonhosted.org/distribute/ ) :
2322
24- ``` bash
25- easy_install -U termius
26- ```
23+ ** Note** : By default, the command above installs bash and zsh completions.
2724
2825For Linux users, there is a ` bootstrap.sh ` script. Usage:
2926
3027``` bash
3128$ curl -sSL https://raw.githubusercontent.com/Crystalnix/termius-cli/master/bootstrap.sh | bash
3229```
3330
31+ Termius CLI utility can be installed via [ pip] ( http://www.pip-installer.org/en/latest/index.html ) :
32+
33+ ``` bash
34+ pip install -U termius
35+ ```
36+ or [ easy_install] ( http://pythonhosted.org/distribute/ ) :
37+
38+ ``` bash
39+ easy_install -U termius
40+ ```
41+
3442## Usage
3543
3644Login to termius.com
You can’t perform that action at this time.
0 commit comments