From 9246c129f8358f3596e3df99b2d7f6ebe054ea0a Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Sun, 26 Dec 2021 11:03:04 +1030 Subject: [PATCH] docs: updated contrib docs for new site command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fc016a22d..fcdfca95ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ All code examples in the docs must come from real-world files, which can be done Note that if you're updating the docs to fix a typo, you may need to change the typo in multiple versions. If you're adding new documentation, you should add it to both `next` and the latest applicable version (which could be a beta version). -Finally, you can see the documentation you've written by running `bonnie site run` (assuming you've already run `bonnie setup`), which requires no prerequisites other than [Bonnie](https://github.com/arctic-hen7/bonnie) and [TailwindCSS](https://tailwindcss.com) (`npm i -g tailwindcss`). Note that this will use the local, bleeding-edge, unreleased version of the Perseus CLI, not the one on `crates.io`, so you don't have to install the CLI. You'll be able to see the website at . +Finally, you can see the documentation you've written by running `bonnie site` (assuming you've already run `bonnie setup`), which requires [Bonnie](https://github.com/arctic-hen7/bonnie), [TailwindCSS](https://tailwindcss.com) (`npm i -g tailwindcss`), and `concurrently` (`npm i -g concurrently`). Note that this will use the local, bleeding-edge, unreleased version of the Perseus CLI, not the one on `crates.io`, so you don't have to install the CLI. You'll be able to see the website at . ## Branches