We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c84ee commit 55ee151Copy full SHA for 55ee151
README.md
@@ -39,6 +39,8 @@ yay -S gomp-git
39
- Install `go` and `git` through your package manager and then
40
41
```bash
42
-git clone https://github.com/aditya-K2/gomp && cd gomp && GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" go build -v && sudo install -D gomp -t "/usr/bin/"
+$ git clone https://github.com/aditya-K2/gomp
43
+$ cd gomp
44
+$ sudo make install
45
```
46
---
0 commit comments