Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit fb45c4a

Browse files
authored
Merge pull request #35 from EvgeneOskin/feature/add-a-note-about-homebrew
Add a note about the brew formula
2 parents 11d8506 + 71bc273 commit fb45c4a

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2825
For 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

3644
Login to termius.com

0 commit comments

Comments
 (0)