From e47d2e5a39f814011319db0ff4f13a315ba032ce Mon Sep 17 00:00:00 2001 From: Jeffrey Ye Date: Thu, 11 Feb 2021 00:07:49 -0800 Subject: [PATCH] Update README. Fix #42 #30 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6070115..7ce5b38 100644 --- a/README.md +++ b/README.md @@ -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`.