From ff183ef70e282ad00ae2fb4d2fd8c0a7e0e83665 Mon Sep 17 00:00:00 2001 From: Siddhesh Mhadnak <10049286+sid-maddy@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:54:41 +0530 Subject: [PATCH] docs(nix): correct nix profile name (#2503) * docs(nix): correct the nix profile name Signed-off-by: Siddhesh Mhadnak * docs: format Signed-off-by: Siddhesh Mhadnak --------- Signed-off-by: Siddhesh Mhadnak --- docs/installing-with-package-manager.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/installing-with-package-manager.md b/docs/installing-with-package-manager.md index ec37d7ff..cf2d60cc 100644 --- a/docs/installing-with-package-manager.md +++ b/docs/installing-with-package-manager.md @@ -9,6 +9,7 @@ sudo pacman -Syu lapce ``` ### Fedora + ```bash sudo dnf copr enable titaniumtown/lapce sudo dnf install lapce @@ -24,12 +25,12 @@ flatpak install flathub dev.lapce.lapce ### Gentoo -Lapce is available in Gentoos user repository GURU. +Lapce is available in Gentoos user repository GURU. If the GURU is not activated, it can be with: ```bash emerge --ask app-eselect/eselect-repository # install eselect repository -eselect repository enable guru +eselect repository enable guru emaint sync -r guru ``` @@ -59,9 +60,9 @@ nix-env -iA nixos.lapce # on non-NixOS installs, including macOS nix-env -iA nixpkgs.lapce -# only if nix.settings.experimental-features is set to both "nix-command" and "flakes" +# only if `nix.settings.experimental-features` includes both `nix-command` and `flakes`. # WARNING: THIS BREAKS nix-env, PROCEED AT YOUR OWN RISK. THIS ALSO INSTALLS FROM UNSTABLE BRANCH. -nix profile install nixpkgs#hello +nix profile install nixpkgs#lapce ``` ### Scoop