[mirror] Command-line application for uploading a site to a git-pages server

Fix Go installation instructions.

+1 -1
+1 -1
README.md
··· 15 15 You will need [Go](https://go.dev/) 1.25 or newer. Run: 16 16 17 17 ```console 18 - $ go install codeberg.org/git-pages/git-pages-cli 18 + $ go install codeberg.org/git-pages/git-pages-cli@latest 19 19 ``` 20 20 21 21 If you prefer, you may also use a [Docker container][docker]: