Skip to content

Commit

Permalink
Add note about installation using go get
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Oct 28, 2015
1 parent 8daa9df commit 79b3aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

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 get github.com/cortesi/devd/cmd/devd

# Quick start

Serve the current directory, open it in the browser (**-o**), and livereload when files change (**-l**):
Expand Down

0 comments on commit 79b3aa0

Please sign in to comment.