Skip to content

Commit f851699

Browse files
Update README.md
1 parent 27d8562 commit f851699

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Convert explicitly from English explicitly to Urdu: 'SubtitleTranslator -i Input
4949

5050
```batch
5151
go build .
52+
OR
53+
go build -ldflags "-s -w"
5254
```
5355

5456
This will output the executable to the project's root.
@@ -57,10 +59,22 @@ This will output the executable to the project's root.
5759

5860
```batch
5961
go install .
62+
OR
63+
go install -ldflags "-s -w"
6064
```
6165

6266
This will build the executable to GOPATH.
6367

68+
### Install Go
69+
70+
[Download Go](https://go.dev/dl/)
71+
72+
Debian:
73+
```shell
74+
sudo apt-get update
75+
sudo apt-get install golang-go
76+
```
77+
6478
## License
6579

6680
This application is distributed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)