Skip to content

Commit ac31767

Browse files
authored
Merge pull request #12293 from suruaku/remove-unneeded-character
Remove character not needed for a command
2 parents 0be69d4 + c59aa3e commit ac31767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/source/installation/uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ which you may remove.
160160
To remove a [single-user installation](./installing-binary.md#single-user-installation) of Nix, run:
161161

162162
```console
163-
$ rm -rf /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile
163+
rm -rf /nix ~/.nix-channels ~/.nix-defexpr ~/.nix-profile
164164
```
165165
You might also want to manually remove references to Nix from your `~/.profile`.

0 commit comments

Comments
 (0)