From bfed790d0dc3611fd2994f7309a0e4a52c9ab12c Mon Sep 17 00:00:00 2001 From: Arnoud Vermeer Date: Thu, 28 Feb 2019 19:53:43 +0100 Subject: [PATCH] Updated docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &