This commit is contained in:
Luxferre
2026-07-04 10:22:14 +03:00
parent 42e48bb3a0
commit c1c66f9152
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -63,6 +63,8 @@ To install the Go-based Clyx implementation and its tools (including `clyxc`) di
go install codeberg.org/luxferre/clyx/...@latest
```
*(Note: If you are installing immediately after a new commit or release has been pushed, Go's default module proxy might serve a cached version. You can bypass this cache by running `GOPROXY=direct go install codeberg.org/luxferre/clyx/...@latest` instead).*
For maximum performance, you can pass optimization flags to build stripped binaries without debug symbols, bounds checks, or inlining:
```sh