Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
venombolteop authored Sep 2, 2024
1 parent f6c9d6b commit 1bc664e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,31 @@

- Get your [Necessary Variables](https://github.com/venombolteop/VenomMusic/blob/main/sample.env)
- Upgrade and Update by :
`sudo apt-get update && sudo apt-get upgrade -y`
```sudo apt-get update && sudo apt-get upgrade -y```
- Install Ffmpeg by :
`sudo apt-get install python3-pip ffmpeg -y`
```sudo apt-get install python3-pip ffmpeg -y```
- Install required packages by :
`sudo apt-get install python3-pip -y`
```sudo apt-get install python3-pip -y```
- Install pip by :
`sudo pip3 install -U pip`
```sudo pip3 install -U pip```
- Install Node js by :
`curl -fssL https://deb.nodesource.com/setup_19.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npm`
```curl -fssL https://deb.nodesource.com/setup_19.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npm```
- Add your cookies to [pampa.txt](https://github.com/venombolteop/VenomMusic/blob/main/pampa.txt)
- Clone the repository by :
`git clone https://github.com/venombolteop/VenomMusic&& cd VenomMusic`
```git clone https://github.com/venombolteop/VenomMusic&& cd VenomMusic```
- Install requirements by :
`pip3 install -U -r requirements.txt`
```pip3 install -U -r requirements.txt```
- Fill your variables in the env by :
`vi sample.env`<br>
Press `I` on the keyboard for editing env<br>
Press `Ctrl+C` when you're done with editing env and `:wq` to save the env<br>
```vi sample.env```<br>
Press ```I``` on the keyboard for editing env<br>
Press ```Ctrl+C``` when you're done with editing env and ```:wq``` to save the env<br>
- Rename the env file by :
`mv sample.env .env`
```mv sample.env .env```
- Install tmux to keep running your bot when you close the terminal by :
`sudo apt install tmux && tmux`
```sudo apt install tmux && tmux```
- Finally run the bot by :
`bash start`
- For getting out from tmux session : Press `Ctrl+b` and then `d`<br>
```bash start```
- For getting out from tmux session : Press ```Ctrl+b``` and then ```d```<br>
━━━━━━━━━━━━━━━━━━━━

<h3 align="center">
Expand Down

0 comments on commit 1bc664e

Please sign in to comment.