From a55da8ef4ea4a12ecd541f1c421232ba0c50e4f4 Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Mon, 14 Aug 2023 19:51:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd7e03f49..b67731177 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ usage documentation will come in the near future. To install it run: ```sh -go get -u github.com/shipwright-io/cli/cmd/shp +go install github.com/shipwright-io/cli/cmd/shp ``` Or clone the repository, and run `make` to build the binary at `_output` directory: