Skip to content

Commit

Permalink
Added instructions to install nix package in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sund3RRR authored and hugopl committed Jul 31, 2023
1 parent 8833114 commit cc8765d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,31 @@ yay -S gnome-rtfm

Waiting for you to submit a package 😉️.

## Flatpack
## Nix
### The easiest way to install package

Install `nix` package manager:
```bash
sh <(curl -L https://nixos.org/nix/install) --daemon
```

Add `unstable` channel:
```bash
nix-channel --add https://nixos.org/channels/nixpkgs-unstable unstable
nix-channel --update
```
Install `rtfm` package:
```bash
nix-env -iA unstable.rtfm
```
Run:
```bash
rtfm
```
### The best way to install package
If you want the best experience and all the features of nix, you need to follow a few steps described in [this](https://github.com/sund3RRR/nix-on-generic-linux) repository.

## Flatpak

Not on flathub yet, but you can build the package by doing:

Expand Down

0 comments on commit cc8765d

Please sign in to comment.