Skip to content

Commit

Permalink
Command is snap not snappy now
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Apr 21, 2016
1 parent dddbf5b commit d8f474b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ If the dependencies need updating

To build, once the sources are available and `GOPATH` is set, you can just run

go build -o /tmp/snappy github.com/ubuntu-core/snappy/cmd/snappy
go build -o /tmp/snap github.com/ubuntu-core/snappy/cmd/snap

to get the `snappy` binary in /tmp (or without -o to get it in the current
to get the `snap` binary in /tmp (or without -o to get it in the current
working directory). Alternatively:

go install github.com/ubuntu-core/snappy/...
Expand Down

0 comments on commit d8f474b

Please sign in to comment.