Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 231 Bytes

mutwo-documentation

This is the code for the mutwo documentation.

Update documentation

git checkout main
cd documentation
niv update mutwo-nix
nix-shell
./make
git checkout gh-pages
git push -f origin gh-pages