Update the readme for the go tool

This commit is contained in:
Miek Gieben 2012-02-14 13:48:07 +01:00
parent 7ef88cf5b3
commit a031927dde
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ correctly the following should work:
go build dns
Sample programs can be found in the `ex` directory. They can
be build with: `make ex` (after the dns package has been installed)
be build with: `make -C ex` (after the dns package has been installed)
Have fun!