Corrected compilation instructions in README

This commit is contained in:
Harry Jeffery 2013-08-29 23:24:07 +01:00
parent 950ec1231b
commit 7c1650b6c1

View File

@ -57,9 +57,12 @@ on a system with Go 1.1.2 or later installed.
~~~ ~~~
go get github.com/eXeC64/Rosella go get github.com/eXeC64/Rosella
go build cd $GOPATH/src/github.com/eXeC64/Rosella
~~~ ~~~
You can then browse and review the source code at your leisure before compiling
it by running `go build`.
Usage Usage
----- -----
Command line options can be found by running `Rosella -h`. Command line options can be found by running `Rosella -h`.