File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ Convert explicitly from English explicitly to Urdu: 'SubtitleTranslator -i Input
4949
5050``` batch
5151go build .
52+ OR
53+ go build -ldflags "-s -w"
5254```
5355
5456This 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
5961go install .
62+ OR
63+ go install -ldflags "-s -w"
6064```
6165
6266This 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
6680This application is distributed under the [ Apache License Version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
You can’t perform that action at this time.
0 commit comments