Skip to content

Commit

Permalink
Merge pull request #35 from EvgeneOskin/feature/add-a-note-about-home…
Browse files Browse the repository at this point in the history
…brew

Add a note about the brew formula
  • Loading branch information
EvgeneOskin authored Dec 9, 2016
2 parents 11d8506 + 71bc273 commit fb45c4a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,31 @@ Provides command line interface for cross-platform terminal Termius.

## Installation

Termius CLI utility can be installed via [pip](http://www.pip-installer.org/en/latest/index.html):
For macOS users, there is a [Homebrew](http://brew.sh/) formulae. Usage:

```bash
pip install -U termius
$ brew install termius
```
or [easy_install](http://pythonhosted.org/distribute/):

```bash
easy_install -U termius
```
**Note**: By default, the command above installs bash and zsh completions.

For Linux users, there is a `bootstrap.sh` script. Usage:

```bash
$ curl -sSL https://raw.githubusercontent.com/Crystalnix/termius-cli/master/bootstrap.sh | bash
```

Termius CLI utility can be installed via [pip](http://www.pip-installer.org/en/latest/index.html):

```bash
pip install -U termius
```
or [easy_install](http://pythonhosted.org/distribute/):

```bash
easy_install -U termius
```

## Usage

Login to termius.com
Expand Down

0 comments on commit fb45c4a

Please sign in to comment.