Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ezh committed Feb 13, 2020
1 parent 3e638ae commit d2eb3f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@ You may find a demo files in <a href="https://github.com/ezh/cloudselect/tree/ma
:rocket: We may use jump hosts even if jump host hasn't been configured to allow remote port forwarding and we have the following settings in sshd_config:

```sh
AllowTcpForwarding no
GatewayPorts no
AllowTcpForwarding no
GatewayPorts no
```

## Installation

CloudSelect is on PyPi! You can install CloudSelect with a simple pip command:

```sh
pip install cloudselect
pip install cloudselect
```

Add profile bash completion:

```sh
complete -C cloudselect_completer cloudselect
complete -C cloudselect_completer cloudselect
```

You may copy suitable wrapper from `example` directory.
You may copy suitable wrapper from [example](https://github.com/ezh/cloudselect/tree/master/example) directory.

# License

Expand Down

0 comments on commit d2eb3f9

Please sign in to comment.