Skip to content

Commit

Permalink
docs: Link to nixos.asia; update.
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 7, 2023
1 parent d911f2f commit 5c474de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ order: 1

Emanote is supported on all popular operating systems through [Nix].

1. [Install Nix & enable Flakes](https://haskell.flake.page/nix)
1. [Install Nix & enable Flakes](https://nixos.asia/en/install)
1. For Windows, see [[wsl]] or [the Docker approach](https://github.com/srid/emanote/issues/230)
1. For NixOS, see [[nix]]
1. Optional: Use the Nix binary cache: https://srid.cachix.org
2. Run `nix profile install github:srid/emanote` to install Emanote[^try]
2. Run `nix profile install github:srid/emanote` to install Emanote

[^try]: You may also "try before installing" by running `nix run github:srid/emanote`. This still downloads emanote to your nix store, `/nix`, but will not install it to the user profile like `nix profile install` does.
>[!tip] Try before installing
> You may also "try before installing" by running `nix run github:srid/emanote`. This still downloads emanote to your nix store (in `/nix/store`), but will not install it to the user profile like `nix profile install` does.
To test your Emanote install,

Expand Down
4 changes: 2 additions & 2 deletions docs/start/install/nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Emanote can be easily built using the Nix expressions provided in its source repo.

You will need [Nix](https://nixos.org/download.html) version 2.4 or greater.
You will need [Nix](https://nixos.asia/en/install) version 2.4 or greater.

## Installing with Nix Flakes

Expand Down Expand Up @@ -62,5 +62,5 @@ $ systemctl --user status emanote.service
└─1705303 /nix/store/9hj2cwk1jakfws0d1hpwa221kcni3j45-emanote-0.3.12.1/bin/emanote --layers /nix/store/hr7wp1xvqn48b8gy16sdq6k2csrvr8c1-emanote-config;/home/user/notes
```

[home-manager]: https://github.com/nix-community/home-manager
[home-manager]: https://nixos.asia/en/home-manager
[module]: https://github.com/srid/emanote/blob/master/nix/home-manager-module.nix

0 comments on commit 5c474de

Please sign in to comment.