cloverstd / tcping

ping over a tcp connection
MIT License
803 stars 163 forks source link

Download the app #20

Closed hugonh closed 3 years ago

hugonh commented 3 years ago

How do i download or build in Windows machine? I didnt find on readme. Thanks!

sxueck commented 3 years ago

The project uses the go module Please make sure you have a go environment

git clone project_url
cd project
go build -o filename .

done

cloverstd commented 3 years ago

The compiled binaries can be found on the release page.