Skip to content

Commit

Permalink
ezz
Browse files Browse the repository at this point in the history
  • Loading branch information
NotReallyShikhar authored Jan 4, 2022
1 parent cc048ff commit a984e16
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,24 @@


```console
shikhar@MacBook~ $ sudo apt-get update && sudo apt-get upgrade -y
shikhar@MacBook~ $ sudo apt-get install python3-pip ffmpeg -y
shikhar@MacBook~ $ sudo pip3 install -U pip
shikhar@MacBook~ $ curl -fssL https://deb.nodesource.com/setup_17.x | sudo -E bash -
shikhar@MacBook~ $ sudo apt-get install nodejs -y
shikhar@MacBook~ $ npm i -g npm
shikhar@MacBook~ $ git clone https://github.com/notreallyshikhar/YukkiMusicBot
shikhar@MacBook~ $ cd YukkiMusicBot
shikhar@MacBook~ $ pip3 install -U -r requirements.txt
shikhar@MacBook~ $ cp sample.env .env
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install python3-pip ffmpeg -y
sudo pip3 install -U pip
curl -fssL https://deb.nodesource.com/setup_17.x | sudo -E bash -
sudo apt-get install nodejs -y
npm i -g npm
git clone https://github.com/notreallyshikhar/YukkiMusicBot
cd YukkiMusicBot
pip3 install -U -r requirements.txt
cp sample.env .env
```

<h3 align="center">
Edit <b>.env</b> with your own values and Run Bot
</h3>

```console
shikhar@MacBook~ $ bash start
bash start
```
![alt text](https://github.com/notreallyshikhar/YukkiMusicBot/blob/main/Utils/screen.png)

Expand All @@ -102,10 +102,10 @@ shikhar@MacBook~ $ bash start
</h3>

```console
shikhar@MacBook~ $ git clone https://github.com/notreallyshikhar/YukkiMusicBot
shikhar@MacBook~ $ cd YukkiMusicBot
shikhar@MacBook~ $ pip3 install pyrogram TgCrypto
shikhar@MacBook~ $ python3 gen_session.py
git clone https://github.com/notreallyshikhar/YukkiMusicBot
cd YukkiMusicBot
pip3 install pyrogram TgCrypto
python3 gen_session.py
```


Expand Down

0 comments on commit a984e16

Please sign in to comment.