diff --git a/README.md b/README.md index ec623e1..3f961d8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A TFTP server that proxies request to an HTTP backend if a file is not found. # How to build - go build main.go + go build # How to run - ./tftp -url=http://example.com -dir=/var/lib/tftpboot & + ./tftp-proxy -url=http://example.com -dir=/var/lib/tftpboot &