Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry authored Apr 7, 2021
1 parent 045230b commit ef72ba2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,19 @@ Termux SSH helps you to setup SSH server on termux application on android, which
$ cd Termux-ssh
```

5. Run install python file
5. install required packages
```
$ python install.py
$ python3 -m pip install colorama
```

6. Run main python file
6. Run install python file
```
$ python main.py
$ python3 install.py
```

7. Run main python file
```
$ python3 main.py
```

If script executes without any error then Termux-SSH has been installed successfully
Expand Down

0 comments on commit ef72ba2

Please sign in to comment.