Skip to content

Commit

Permalink
chore: update installation for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
invm committed Feb 29, 2024
1 parent b4ee200 commit 83814b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ xattr -cr ./Noir.app

Linux users can choose between the `.deb` package and the AppImage.

#### How to run AppImage?

```
# Change permissions
chmod +x Noir.AppImage
./Noir.AppImage
```
**AppImages require FUSE version 2 to run. You may need to install and configure FUSE manually.**
https://github.com/AppImage/AppImageKit/wiki/FUSE

### Windows

Windows users can choose between the `.exe` installer and the `.msi` installer.

0 comments on commit 83814b6

Please sign in to comment.