@@ -51,7 +51,7 @@ Once the configuration has been created, a single command will:
51
51
It's also possible to use ** nixos-anywhere** to simplify the installation on a
52
52
machine that has no current operating system, first booting from a NixOS
53
53
installer image. This feature is described in the
54
- [ how-to guide] ( ./docs/how_to .md#installing-on-a-machine-with-no-operating-system ) .
54
+ [ how-to guide] ( ./docs/howtos .md#installing-on-a-machine-with-no-operating-system ) .
55
55
It's useful because you can pre-configure your required software and
56
56
preferences, and build the new machine with a single command.
57
57
@@ -69,7 +69,7 @@ data has been migrated.
69
69
- Unless you're using the option to boot from a NixOS installer image, or
70
70
providing your own ` kexec ` image, it must be running x86-64 Linux with kexec
71
71
support. Most x86_64 Linux systems do have kexec support. By providing your
72
- own [ image] ( ./docs/how_to .md#using-your-own-kexec-image ) you can also
72
+ own [ image] ( ./docs/howtos .md#using-your-own-kexec-image ) you can also
73
73
perform kexec for other architectures eg aarch64
74
74
- Must have at least 1.5 GB of RAM, excluding swap.
75
75
@@ -194,9 +194,9 @@ Note that this command references the URL of your flake, in this case
194
194
github: JillThornhill /flakes-example, together with the name of the system
195
195
#hetzner-cloud, as highlighted by the comment in the sample flake.
196
196
197
- The [ Quickstart Guide] ( ./docs/Quickstart .md ) gives more information on how to
197
+ The [ Quickstart Guide] ( ./docs/quickstart .md ) gives more information on how to
198
198
run ** nixos-anywhere** in its simplest form. For more specific instructions to
199
- suit individual requirements, see the [ How To Guide] ( ./docs/how_to .md ) .
199
+ suit individual requirements, see the [ How To Guide] ( ./docs/howtos .md ) .
200
200
201
201
# Further Reading
202
202
@@ -215,9 +215,6 @@ and formatting of the disks.
215
215
This software is provided free under the
216
216
[ MIT Licence] ( https://opensource.org/licenses/MIT ) .
217
217
218
- If you would like to become a contributor, please see our
219
- [ contribution guidelines.] ( https://github.com/numtide/docs/contribution-guidelines.md )
220
-
221
218
---
222
219
223
220
This project is supported by [ Numtide] ( https://numtide.com/ ) .
0 commit comments