forked from lix-project/lix-installer
Fix uninstall instructions (#631)
This commit is contained in:
parent
b3dcf07f58
commit
0cd1d4bb03
|
@ -100,7 +100,7 @@ $ NIX_BUILD_GROUP_NAME=nixbuilder ./nix-installer install linux-multi --nix-buil
|
||||||
You can upgrade Nix (to the version specified [here](https://raw.githubusercontent.com/NixOS/nixpkgs/master/nixos/modules/installer/tools/nix-fallback-paths.nix)) by running:
|
You can upgrade Nix (to the version specified [here](https://raw.githubusercontent.com/NixOS/nixpkgs/master/nixos/modules/installer/tools/nix-fallback-paths.nix)) by running:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo nix upgrade-nix
|
sudo -i nix upgrade-nix
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can [uninstall](#uninstalling) and [reinstall](#usage) with a different version of the `nix-installer`.
|
Alternatively, you can [uninstall](#uninstalling) and [reinstall](#usage) with a different version of the `nix-installer`.
|
||||||
|
|
Loading…
Reference in a new issue