diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7cb2802..54977e9 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,6 +11,7 @@ builds: goos: - linux - darwin + - windows goarch: - amd64 - arm64 diff --git a/README.md b/README.md index c3cf117..8f21d10 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,16 @@ Given the input list of git repositories containing the R packages, as well as a list of R package repositories (e.g. in a package manager, CRAN, BioConductor etc.), `locksmith` will try to determine the list of all dependencies and their versions required to make the input list of packages work. It will then save the result in an `renv.lock`-compatible file. -## Installing +## Installation Simply download the project for your distribution from the [releases](https://github.com/insightsengineering/locksmith/releases) page. `locksmith` is distributed as a single binary file and does not require any additional system requirements. +Alternatively, you can install the latest version by running: + +```shell +go install github.com/insightsengineering/locksmith@latest +``` + ## Usage `locksmith` is a command line utility, so after installing the binary in your `PATH`, simply run the following command to view its capabilities: