Skip to content
Snippets Groups Projects
Unverified Commit 4e5a27f4 authored by martingravel's avatar martingravel Committed by GitHub
Browse files

Update README.md

parent d1195f0a
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
```
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment