aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-21 08:11:34 +0000
committerGitHub <[email protected]>2024-05-21 08:11:34 +0000
commitcd27439fca0332ca1c20931ce587471f53e1b0ec (patch)
tree8dd446c12202d5e242ba287f54cdf737ef29bd96 /docs/README.md
parent51d553092550059afb22b2620cea14bbed21abff (diff)
parentbb9c687a39c0675bd622f612a645b16229cb9024 (diff)
Merge pull request #2958 from embassy-rs/embassy-book-refactor
Embassy book refactor
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 0bf3a6c89..94ebd7a05 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,9 @@
1# embassy docs 1# embassy docs
2 2
3The documentation hosted at [https://embassy.dev/book](https://embassy.dev/book). Building the documentation requires 3The documentation hosted at [https://embassy.dev/book](https://embassy.dev/book). Building the documentation requires the [asciidoctor](https://asciidoctor.org/) tool, and can built running `make` in this folder:
4cloning the [embassy-book](https://github.com/embassy-rs/embassy-book) repository and following the instructions. 4
5```
6make
7```
8
9Then open the generated file `thebook/index.html`.