Skip to content

Commit

Permalink
docs: remove old branch mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Feb 11, 2024
1 parent 8b635ea commit 8a78b06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

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

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

- Clone the repository
```sh
git clone https://github.com/EverythingSuckz/TG-FileStreamBot -b golang
git clone https://github.com/EverythingSuckz/TG-FileStreamBot
cd TG-FileStreamBot
```

Expand Down Expand Up @@ -131,7 +130,7 @@ Where `fsb.env` is the environment file containing all the variables.
> Refer https://stackoverflow.com/a/17566846/15807350
```sh
git clone https://github.com/EverythingSuckz/TG-FileStreamBot -b golang
git clone https://github.com/EverythingSuckz/TG-FileStreamBot
cd TG-FileStreamBot
go build ./cmd/fsb/
chmod +x fsb
Expand All @@ -150,7 +149,7 @@ and to stop the program,
> Make sure to install go 1.21 or above.
```powershell
git clone https://github.com/EverythingSuckz/TG-FileStreamBot -b golang
git clone https://github.com/EverythingSuckz/TG-FileStreamBot
cd TG-FileStreamBot
go build ./cmd/fsb/
Rename-Item -LiteralPath ".\fsb.sample.env" -NewName ".\fsb.env"
Expand Down

0 comments on commit 8a78b06

Please sign in to comment.