Skip to content

Commit 6387ac8

Browse files
authored
Merge pull request #600 from danobi/read_docs
docs: Add instructions on how to locally view rustdocs
2 parents b9421d4 + be2cfac commit 6387ac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/rust/docs.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ target with the same invocation used for compilation, e.g.::
3535

3636
make LLVM=1 rustdoc
3737

38+
To read the docs locally in your web browser, run e.g.::
39+
40+
xdg-open rust/doc/kernel/index.html
3841

3942
Writing the docs
4043
----------------

0 commit comments

Comments
 (0)