diff --git a/spec/README.md b/spec/README.md index d841017cb..127e528c8 100644 --- a/spec/README.md +++ b/spec/README.md @@ -3,9 +3,9 @@ This repository contains specification for [`LambdaVM`](https://github.com/yetan The specification is written in [`Typst`](https://typst.app/) and can be rendered by [`shiroa`](https://myriad-dreamin.github.io/shiroa/) as either a file (pdf) or a wiki (html). ## Installation & Development setup -1. [Install `Typst`](https://github.com/typst/typst?tab=readme-ov-file#installation) -2. [Install `shiroa`](https://myriad-dreamin.github.io/shiroa/guide/installation.html) -3. Clone this reposity +1. [Install `Typst`](https://github.com/typst/typst?tab=readme-ov-file#installation). +2. [Install `shiroa`](https://myriad-dreamin.github.io/shiroa/guide/installation.html). +3. Clone this repository. 4. Open the repository in a terminal and execute `shiroa serve`. -At this point, the wiki version is hosted locally and is actively updated as you modify the specification files. \ No newline at end of file +At this point, the wiki version is hosted locally and is actively updated as you modify the specification files.