Update readme

This commit is contained in:
Arnaud 2025-10-14 14:40:33 +02:00
parent a3dfccd141
commit 043f784359
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -16,8 +16,8 @@ go get
```sh
# Adapt for your OS
OS := "linux"
ARCH := "amd64"
OS := "linux" # can be linux, macos or windows
ARCH := "amd64" # can amd64 or arm64
make fetch
```