Skip to content

Commit

Permalink
Merge pull request [ #49] from hybridvamp
Browse files Browse the repository at this point in the history
Small change for VPS
  • Loading branch information
kalanakt authored Aug 19, 2022
2 parents 92b1b8a + 40640ad commit 8179dde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
git clone <YOUR_REPO_LINK>
cd <YOUR_REPO_NAME>
pip3 install -U -r requirements.txt
python bot.py
python3 bot.py
</pre>
</p>
</details>
Expand All @@ -67,9 +67,10 @@ python bot.py
<p>
<pre>
git clone https://github.com/kalanakt/All-Url-Uploader
cd All-Url-Uploader
pip3 install -U -r requirements.txt
# Edit info.py with variables.
python bot.py
# Edit Uploader/config.py with variables.
python3 bot.py
</pre>
</p>
</details>
Expand Down

0 comments on commit 8179dde

Please sign in to comment.