Skip to content

Commit

Permalink
Update Go version in readme (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored Aug 5, 2024
1 parent 77d9357 commit 05fb8ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ The following tags are available:
- `latest` pointing to the most recent released version
- `master` pointing to the latest build from the default branch

### Pre-built binaries

The [releases](https://github.com/xperimental/nextcloud-exporter/releases) page contains pre-built binaries for AMD64 and ARM64 linux.

### Build from Source

If you have a recent (>= 1.16) working Go installation and GNU Make, getting the binary should be as simple as
If you have a recent Go installation (see `go.mod` for the minimum version), Git and GNU Make, the following commands will check out the repository and compile the binary from source:

```bash
git clone https://github.com/xperimental/nextcloud-exporter.git
Expand Down

0 comments on commit 05fb8ea

Please sign in to comment.