From 4590bb8d083272d429e623db7486d2a057a5fa59 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Mon, 23 Mar 2026 11:35:51 +0100 Subject: [PATCH] Improve install docs a bit --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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