From 4e5a27f4f483bd1add144fe5d8f6be4c4e6ddf4a Mon Sep 17 00:00:00 2001 From: martingravel <42750922+martingravel@users.noreply.github.com> Date: Wed, 24 Jul 2019 21:46:04 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70639a1f..85326a64 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,23 @@ You can build your executable (as well as cross compiling for other architecture ``` go build -o shimmer ``` -You can then run by: +On Windows: +``` +ren shimmer shimmer.exe +``` + +You can then run by: +Linux ``` ./shimmer ``` +Windows +``` +shimmer +``` + ## Docker To run Shimmer on docker, you must first build the image with -- GitLab