Skip to content
Snippets Groups Projects
Unverified Commit 1ad3ced2 authored by Hans Moog's avatar Hans Moog Committed by GitHub
Browse files

Merge pull request #50 from martingravel/patch-1

Update README.md
parents 63812f51 4e5a27f4
No related branches found
No related tags found
No related merge requests found
...@@ -28,12 +28,23 @@ You can build your executable (as well as cross compiling for other architecture ...@@ -28,12 +28,23 @@ You can build your executable (as well as cross compiling for other architecture
``` ```
go build -o shimmer go build -o shimmer
``` ```
You can then run by:
On Windows:
```
ren shimmer shimmer.exe
```
You can then run by:
Linux
``` ```
./shimmer ./shimmer
``` ```
Windows
```
shimmer
```
## Docker ## Docker
To run Shimmer on docker, you must first build the image with To run Shimmer on docker, you must first build the image with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment