1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Update README.md

This commit is contained in:
Timothy 2017-10-27 01:12:12 -05:00 committed by GitHub
parent 18fdb9818f
commit fad5b0fa20

View File

@ -58,8 +58,8 @@ git clone https://github.com/timothyye/godns.git
* Go into the godns directory, get related library and then build it: * Go into the godns directory, get related library and then build it:
```bash ```bash
cd godns cd cmd/godns
go get go get -v
go build go build
``` ```