Skip to content

Commit

Permalink
chore: add nixpkgs installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Sep 15, 2023
1 parent cd63151 commit 6323e2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ nix shell github:EdenEast/tuxmux
# Install into profile
nix profile install github:EdenEast/tuxmux
# Install from nixpkgs
nix-env -iA nixpkgs.tuxmux
----

== Source
Expand Down
3 changes: 3 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ nix shell github:EdenEast/tuxmux
# Install into profile
nix profile install github:EdenEast/tuxmux
# Install from nixpkgs
nix-env -iA nixpkgs.tuxmux
----

== Source
Expand Down

0 comments on commit 6323e2e

Please sign in to comment.