Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down