diff --git a/README.md b/README.md index 9d6617b..5aa4df7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ cutos is available on Linux, macOS and Windows platforms. * Binaries for Linux, Windows and Mac are available as tarballs in the [release](https://github.com/cjp2600/cutos/releases) page. * Use `go get` to install the latest version of the tools. This command will install the cutos with dependencies: ```shell -go get github.com/cjp2600/cutos +go get -u github.com/cjp2600/cutos ``` ---