mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Add instructions for rendering docs locally to the README
This commit is contained in:
parent
e3a9bc698d
commit
9e0da6fb20
@ -87,7 +87,14 @@ a list of known community-developed subcommands.
|
|||||||
## Contributing to the Docs
|
## Contributing to the Docs
|
||||||
|
|
||||||
To contribute to the docs, all you need to do is change the markdown files in
|
To contribute to the docs, all you need to do is change the markdown files in
|
||||||
the `src/doc` directory.
|
the `src/doc` directory. To view the rendered version of changes you have
|
||||||
|
made locally, run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./configure
|
||||||
|
make doc
|
||||||
|
open target/doc/index.html
|
||||||
|
```
|
||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user