File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ We achieve bootstrappability by using Guix as a functional package manager.
11
11
12
12
# Requirements
13
13
14
- Conservatively, a x86_64 machine with:
14
+ Conservatively, you will need an x86_64 machine with:
15
15
16
16
- 16GB of free disk space on the partition that /gnu/store will reside in
17
17
- 8GB of free disk space ** per platform triple** you're planning on building
@@ -437,9 +437,8 @@ In the extraordinarily rare case where you messed up your Guix installation in
437
437
an irreversible way, you may want to completely purge Guix from your system and
438
438
start over.
439
439
440
- 1 . Uninstall Guix itself according to the way you installed it. (e.g. `sudo apt
441
- purge guix` for Ubuntu packaging, ` sudo make uninstall` for
442
- built-from-source).
440
+ 1 . Uninstall Guix itself according to the way you installed it (e.g. `sudo apt
441
+ purge guix` for Ubuntu packaging, ` sudo make uninstall` for a build from source).
443
442
2 . Remove all build users and groups
444
443
445
444
You may check for relevant users and groups using:
You can’t perform that action at this time.
0 commit comments