Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
unfernandito authored and jacobsa committed Jan 31, 2018
1 parent 5786d1b commit 15cf729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ you are interested in helping and have hardware to test with.
Installation
------------

Simply use `go install`:
Simply use `go get`:

go install github.com/jacobsa/go-serial/serial
go get github.com/jacobsa/go-serial/serial

To update later:

go install -u github.com/jacobsa/go-serial/serial
go get -u github.com/jacobsa/go-serial/serial


Use
Expand Down

0 comments on commit 15cf729

Please sign in to comment.