From 71bf2f774bde1add008184a275b319348fe1f92a Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Tue, 27 Jun 2023 04:38:15 +0200 Subject: [PATCH] Revert other line changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 088e45d8..a0588c05 100644 --- a/README.md +++ b/README.md @@ -66,15 +66,15 @@ place after an MSC has been accepted, not as part of a proposal itself. Alternatively, use the Docker image at https://hub.docker.com/r/klakegg/hugo/. (The "extended edition" is required to process the SCSS.) -3. Run `npm i` to install the dependencies and fetch the docsy git submodule. +2. Run `npm i` to install the dependencies and fetch the docsy git submodule. Note that this will require NodeJS to be installed. -4. Run `npm run get-proposals` to seed proposal data. This is merely for populating the content of the "Spec Change Proposals" +3. Run `npm run get-proposals` to seed proposal data. This is merely for populating the content of the "Spec Change Proposals" page and is not required. -5. Run `hugo serve` (or `docker run --rm -it -v $(pwd):/src -p 1313:1313 +4. Run `hugo serve` (or `docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:ext serve`) to run a local webserver which builds whenever a file change is detected. If watching doesn't appear to be working for you, try adding `--disableFastRender` to the commandline. -6. Edit the specification 🙂 +5. Edit the specification 🙂 We use a highly customized [Docsy](https://www.docsy.dev/) theme for our generated site, which uses Bootstrap and Font Awesome. If you're looking at making design-related changes to the spec site, please coordinate with us in