Skip to content

Commit

Permalink
Update README. Fix #42 #30
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreye committed Feb 11, 2021
1 parent 32ccf9e commit e47d2e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ https://github.com/icsharpcode/AvaloniaILSpy/releases
|**Linux**|[Download](https://ci.appveyor.com/api/projects/icsharpcode/avaloniailspy/artifacts/artifacts%2Fzips%2FILSpy-linux-x64-Release.zip?branch=master)|

How to run on Linux:
- make sure you have installed `ttf-ms-fonts` package
- grant it the rights to execute `chmod a+x ILSpy`
- run `./ILSpy`

How to run on Mac:
- just move the app into `/Applications` folder and open it
- if you see the error `The application ILSpy can't be opened' error on launch`, you could `chmod +x "/Applications/ILSpy.app/Contents/MacOS/ILSpy"`

# Build from sources

1. Clone repository with submodules: `git clone --recurse-submodules`.
Expand Down

0 comments on commit e47d2e5

Please sign in to comment.