Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhegt authored Jan 5, 2021
1 parent f4631af commit fa610c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Evil Clippy compiles perfectly fine with the Mono C# compiler and has been teste
We do not provide a binary release for EvilClippy. Please compile executables yourself:

**OSX and Linux**

Make sure you have Mono installed. Then execute the following command from the command line:

`mcs /reference:OpenMcdf.dll,System.IO.Compression.FileSystem.dll /out:EvilClippy.exe *.cs`
Expand All @@ -42,6 +43,7 @@ Now run Evil Clippy from the command line:
`mono EvilClippy.exe -h`

**Windows**

Make sure you have Visual Studio installed. Then execute the following command from a Visual Studio developer command prompt:

`csc /reference:OpenMcdf.dll,System.IO.Compression.FileSystem.dll /out:EvilClippy.exe *.cs`
Expand Down

0 comments on commit fa610c6

Please sign in to comment.