diff --git a/README.md b/README.md index 400a420..30563b4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/clyxc/main.go b/clyxc/main.go index b572212..014814f 100644 --- a/clyxc/main.go +++ b/clyxc/main.go @@ -3,7 +3,6 @@ package main - import ( "archive/zip" "bytes"