File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
7271Press 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
9493cd 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
135134cd TG-FileStreamBot
136135go build ./cmd/fsb/
137136chmod +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
154153cd TG-FileStreamBot
155154go build ./cmd/fsb/
156155Rename-Item -LiteralPath ".\fsb.sample.env" -NewName ".\fsb.env"
You can’t perform that action at this time.
0 commit comments