Skip to content

Commit

Permalink
Merge pull request #4 from XMRZombie/apple
Browse files Browse the repository at this point in the history
Improving installation docs
  • Loading branch information
boldsuck authored Dec 12, 2024
2 parents cbed11c + b3c964b commit 2070cf7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/haveno-ui/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Nothing to do expect launching the app and waiting for all services initalized
///


### 1.1 Verify the package

- It's also a good idea to verify your installer file with our [PGP key](https://haveno-reto.com/reto_public.asc)

### 1.2 Installation

- .dmg packages aren't verified by apple, so you'll have to do ```$ xattr -d com.apple.quarantine /Applications/Haveno.app``` for allowing installations from builds untrusted by apple.
- For installing a .deb: ```$ sudo apt install /path/to/haveno.deb```
- For flatpak: ```$ sudo flatpak install /path/to/Haveno.flatpak```
- For .appimages, make sure you marked haveno.appimage as an executable ```$ chmod +x /path/to/haveno.appimage```

If you'd like to build Haveno-reto from source, [here are directions](https://github.com/retoaccess1/haveno-reto/blob/master/docs/installing.md).<br>
Haveno is free/libre open-source software that you can contribute to [(github)](https://github.com/retoaccess1/haveno-reto).

![Image](../resources/img/haveno-ui/home.png)
/// caption
Once all services are ready, the market will be shown.
Expand Down

0 comments on commit 2070cf7

Please sign in to comment.