diff --git a/README.md b/README.md index 3a1a61e..eff4d03 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,18 @@ Ethr is a cross platform network performance measurement tool written in golang. Ethr server in action

-# Building +# Download ```bash +For Windows 10: https://github.com/Microsoft/Ethr/files/2640289/ethr.zip +For Ubuntu: https://github.com/Microsoft/Ethr/files/2640288/ethr.gz +``` + +# Building from Source + +```bash +git clone https://github.com/Microsoft/ethr.git +cd ethr go build ```