Skip to content

Commit

Permalink
-Bm to -m
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxGuy312 authored Oct 4, 2023
1 parent 964431a commit bc5301e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/hosting/self-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ virtualenv venv && source venv/bin/activate && pip3 install -r requirements.txt

### _**All setup completed, its time to run the bot.**_ <a href="#run-bot" id="run-bot"></a>

* _**Run:**_ `python3 -Bm userbot`
* _**Run:**_ `python3 -m userbot`
* _**Close Screen:**_ Press <mark style="color:red;">CTRL+A</mark> and after that <mark style="color:red;">CTRL+D</mark>
* _**Check:**_ `screen -ls`
* _**Reattach Screen:**_ `screen -r <some_id>.catuserbot`
Expand Down

0 comments on commit bc5301e

Please sign in to comment.