Skip to content

Commit

Permalink
newlines in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zlaxy committed Apr 23, 2018
1 parent 1b9acdc commit ba9fa30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sshch compatible with pyhon2 and python3, no additional libraries are required
pip install sshch
```
**Manual installation from the package or git repository also available:**

To install for all users:
```bash
sudo python setup.py install
Expand All @@ -30,6 +31,7 @@ To run command line help:
sshch -h
```
For exit from current ssh session press `Ctrl+D`.

**Additional Features**
- If you want to use unsafe 'password' feature you must install `sshpass` first.
- If you want to use bash autocompletion function with sshch, copy autocompletion script to /etc/bash_completion.d/:
Expand All @@ -39,6 +41,8 @@ sudo cp completion/sshch_bash_completion.sh /etc/bash_completion.d/sshch
(changes will come into effect with new bash session)
- If you want to use zsh autocompletion:
1) Place File in a Directory where ZSH can find it

-> Search Path is Stored in $fpath

-> echo $fpath
2) Rename File to '_sshch'

0 comments on commit ba9fa30

Please sign in to comment.