diff --git a/README.md b/README.md index 3dbbf5e..ba5cda5 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,16 @@ Go to the [releases page](https://github.com/cortesi/devd/releases/latest), download the package for your OS, and copy the binary to somewhere on your PATH. -If you have a working Go installation, you can also say - - go install github.com/cortesi/devd/cmd/devd@latest +If you have a working Go installation, you can also install by doing + +```sh +# install latest release +go install github.com/cortesi/devd/cmd/devd@latest +# install latest master +go install github.com/cortesi/devd/cmd/devd@master +# copy devd binary to /usr/local/bin +cp "$(go env GOPATH)/bin/devd" /usr/local/bin +``` # Quick start