Skip to content

Commit ba9fa30

Browse files
committed
newlines in readme
1 parent 1b9acdc commit ba9fa30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sshch compatible with pyhon2 and python3, no additional libraries are required
1111
pip install sshch
1212
```
1313
**Manual installation from the package or git repository also available:**
14+
1415
To install for all users:
1516
```bash
1617
sudo python setup.py install
@@ -30,6 +31,7 @@ To run command line help:
3031
sshch -h
3132
```
3233
For exit from current ssh session press `Ctrl+D`.
34+
3335
**Additional Features**
3436
- If you want to use unsafe 'password' feature you must install `sshpass` first.
3537
- If you want to use bash autocompletion function with sshch, copy autocompletion script to /etc/bash_completion.d/:
@@ -39,6 +41,8 @@ sudo cp completion/sshch_bash_completion.sh /etc/bash_completion.d/sshch
3941
(changes will come into effect with new bash session)
4042
- If you want to use zsh autocompletion:
4143
1) Place File in a Directory where ZSH can find it
44+
4245
-> Search Path is Stored in $fpath
46+
4347
-> echo $fpath
4448
2) Rename File to '_sshch'

0 commit comments

Comments
 (0)