diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ A simple config file parser for Go. ## Install -To install simpleconf, just call `go install github.com/kch42/simpleconf`. +To install simpleconf, just call `go get github.com/kch42/simpleconf`. |