From 8a78b06f0d84e885ff84e268c7f380dd68aafe1c Mon Sep 17 00:00:00 2001 From: wrench Date: Sun, 11 Feb 2024 15:53:40 -0500 Subject: [PATCH] docs: remove old branch mentions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10b567a0..faea36c7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` @@ -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 @@ -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"