diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..949d5bd8ee2693a20fe79e04bb218af1e538b174 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +XP-el Mikroprocessorprogrammeringskurs (MPPK) +============================================= + +This uses [mdBook](https://github.com/rust-lang-nursery/mdBook) +Getting started: + +Install mdBook and the link-checker plugin: + +``` +cargo install mdbook-linkcheck +``` + +Run + +``` +mdbook serve +``` + +then open [http://localhost:3000](http://localhost:3000) + +and edit the files within `src`.