mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user