diff --git a/README.md b/README.md index 419e5b0..2aa1606 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,26 @@ natronics.org ============= just a webpage + + + + +### Install + +Built with [Cobalt.rs](https://cobalt-org.github.io). + +``` +$ cargo install cobalt-bin +``` + +Needs some js to support LaTeX equations + +``` +$ npm install +``` + +### Build + +``` +$ make _site +```