From 5c474de7977ec08f6e0a26c2daf03ce271504bb3 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 7 Dec 2023 13:04:39 -0500 Subject: [PATCH] docs: Link to nixos.asia; update. --- docs/start/install.md | 7 ++++--- docs/start/install/nix.md | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/start/install.md b/docs/start/install.md index 118df7d4f..bf2ce3a8a 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -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, diff --git a/docs/start/install/nix.md b/docs/start/install/nix.md index 859939b22..dedc9e8d9 100644 --- a/docs/start/install/nix.md +++ b/docs/start/install/nix.md @@ -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 @@ -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