Generate web slides from Markdoc

revert: "docs(readme): update usage"

This reverts commit 61c95d9265663ef4ac0ec964dec55977eaeea520.

graham.systems ec8210d7 1ceab877

verified
Changed files
+4 -3
+4 -3
README.md
··· 25 25 26 26 Still a work in progress, so we're failing objective #3. 27 27 28 - ## Development 29 - 30 28 If you want to give morkdeck a try, you can clone this repo and use the 31 29 `deno task` commands. 32 30 33 31 ```sh 34 32 # Start a dev server at port 8000 35 - deno task dev 33 + deno task dev my-slides.mdoc 34 + 35 + # Output a .html file in `./dist` 36 + deno task build my-slides.mdoc 36 37 ```