NixOS / release-wiki

https://nixos.github.io/release-wiki
Creative Commons Zero v1.0 Universal
21 stars 22 forks source link

NixOS Release Wiki

Home for the NixOS Release Wiki. This is deployed to GitHub pages at https://nixos.github.io/release-wiki/.

Contributing

This project is built with mdbook

You can built the documentation with

mdbook build

or have it get rebuild when you make edits with:

mdbook watch

and view the book/index.html.

You can also serve it over localhost with:

mdbook serve

and open http://localhost:3000. The serve command functions in the same way as watch.

Also see the mdbook User Guide for a more exhaustive walkthrough.