Skip to content

Commit

Permalink
webpage: update nix documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Nov 27, 2024
1 parent 5173294 commit 268b387
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions webpage/src/installation/nix.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Install via Nix

You can install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager)
on [NixOS](https://nixos.org/) and other platforms, the package name is
[qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes).
You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/)
on [NixOS](https://nixos.org/), other Linux distributions, macOS and Windows.
The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes).

The package is built with Qt6 and provides shell integration for fish and bash.

See [QOwnNotes on nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes)
for more information.

Afterward you should be able to run QOwnNotes with the command `qownnotes`.
Afterward you should be able to run QOwnNotes with the command `qownnotes` or `QOwnNotes`.

::: tip
The QOwnNotes command-line snippet manager [qc](https://github.com/qownnotes/qc)
can also be installed via the [Nix Store](https://search.nixos.org/packages?channel=unstable&show=qc).

You can use `nix-shell -p qc --run qc` to try it out.
You can use `nix-shell -p qc --run "qc exec"` to try it out.
:::

0 comments on commit 268b387

Please sign in to comment.