Skip to content

Commit 8a78b06

Browse files
docs: remove old branch mentions
1 parent 8b635ea commit 8a78b06

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767

6868
> [!NOTE]
6969
> You'll have to [fork](https://github.com/EverythingSuckz/TG-FileStreamBot/fork) this repository to deploy to Heroku.
70-
> Also don't forget to choose the `golang` branch in the deployment page.
7170
7271
Press the below button to fast deploy to Heroku
7372

@@ -90,7 +89,7 @@ Press the below button to fast deploy to Heroku
9089

9190
- Clone the repository
9291
```sh
93-
git clone https://github.com/EverythingSuckz/TG-FileStreamBot -b golang
92+
git clone https://github.com/EverythingSuckz/TG-FileStreamBot
9493
cd TG-FileStreamBot
9594
```
9695

@@ -131,7 +130,7 @@ Where `fsb.env` is the environment file containing all the variables.
131130
> Refer https://stackoverflow.com/a/17566846/15807350
132131
133132
```sh
134-
git clone https://github.com/EverythingSuckz/TG-FileStreamBot -b golang
133+
git clone https://github.com/EverythingSuckz/TG-FileStreamBot
135134
cd TG-FileStreamBot
136135
go build ./cmd/fsb/
137136
chmod +x fsb
@@ -150,7 +149,7 @@ and to stop the program,
150149
> Make sure to install go 1.21 or above.
151150
152151
```powershell
153-
git clone https://github.com/EverythingSuckz/TG-FileStreamBot -b golang
152+
git clone https://github.com/EverythingSuckz/TG-FileStreamBot
154153
cd TG-FileStreamBot
155154
go build ./cmd/fsb/
156155
Rename-Item -LiteralPath ".\fsb.sample.env" -NewName ".\fsb.env"

0 commit comments

Comments
 (0)