Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
Signed-off-by: UsiFX <[email protected]>
  • Loading branch information
UsiFX committed Dec 5, 2022
1 parent 78a6675 commit b349545
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![OpenNitroN](https://raw.githubusercontent.com/UsiFX/OpenNitroN/main/etc/banners/frame_17.png)

# <div align=center> The NitroN: Open Edition Staging version </div>
# <div align=center> The NitroN: Open Edition </div>

<a href="https://app.codiga.io/hub/project/34591/OpenNitroN/dashboard">
<img src="https://api.codiga.io/project/34591/score/svg" alt="Codescore">
Expand Down Expand Up @@ -43,6 +43,20 @@ an argument-based script and a menu-based script for Android and/or Linux platfo
## Installation

**for linux:**

- Debain-based (alternatives):
Download from Github Releases the __.deb__ file then install it via,
``` bash
$ sudo dpkg -i <file_directory>/<filename>.deb
```

- Archlinux-based (alternatives):
NitronX is already in AUR Packages and you can install it via `yay`, via:
``` bash
$ yay -S nitronx
```

- other:
The installer (`installer.sh`) simply clones this repository
in your home's Directory (`/home`) and creates copy of the executables
in `/usr/bin` for the daemon itself, and/or `/usr/include` for the header file
Expand Down

0 comments on commit b349545

Please sign in to comment.