Skip to content

Commit 0c2bd26

Browse files
Update README.md
1 parent d8e8c3e commit 0c2bd26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS
6060

6161
## How To Use in Linux
6262
```bash
63-
# Install dependencies
64-
$ Install latest python 3.x
63+
# Navigate to the /opt directory (optional)
64+
$ cd /opt/
6565

6666
# Clone this repository
6767
$ git clone https://github.com/Technowlogy-Pushpender/technowlogger.git
@@ -70,7 +70,7 @@ $ git clone https://github.com/Technowlogy-Pushpender/technowlogger.git
7070
$ cd technowlogger
7171

7272
# Installing dependencies
73-
$ python -m pip install -r requirements.txt
73+
$ bash installer_linux.sh
7474

7575
$ chmod +x paygen.py
7676
$ ./technowgen.py --help or python technowgen.py --help

0 commit comments

Comments
 (0)