Skip to content

Commit

Permalink
docs: Add information about commandline for flatpak packages (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk authored Jul 3, 2021
1 parent ac2e15f commit 59aa69e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@ List of required dependencies and build instructions can be found [here](./BUILD

Run `antimicrox --help` or read `man antimicrox` for command-line parameters.

<details>
<summary>Commandline for flatpak</summary>
In case of flatpak package AntiMicroX can be launched with command:
<br>
<code>flatpak run io.github.antimicrox.antimicrox</code> instead of just <code>antimicrox</code>
<br>
In some cases it may be good to add alias
<br>
<code>alias antimicrox='flatpak run io.github.antimicrox.antimicrox'</code><br>
fo file <code>~/.bashrc</code>
</details>

## Wiki

[Look here](https://github.com/juliagoda/antimicroX/wiki)
Expand Down

0 comments on commit 59aa69e

Please sign in to comment.