Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnoud Vermeer committed Feb 28, 2019
1 parent 4f56a3c commit bfed790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &

0 comments on commit bfed790

Please sign in to comment.