diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-03-17 08:48:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 08:48:56 -0400 |
| commit | dcf5f071a37fd1d1e2fa0236fea3868e917f3b99 (patch) | |
| tree | 1f3d26ecb8cbd6c161d70e67a3b0849db8ffbc8c | |
| parent | 127c3ad362614eac5d3dca83026d35e65d9a4cfe (diff) | |
| parent | 6b7b26228894a88bae0d1168777cc227cf7281da (diff) | |
| download | rust-dcf5f071a37fd1d1e2fa0236fea3868e917f3b99.tar.gz rust-dcf5f071a37fd1d1e2fa0236fea3868e917f3b99.zip | |
Rollup merge of #40467 - projektir:readme_docs, r=steveklabnik
Updating README.md to point to the correct doc location
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 79f11144a07..dc9362ca2f0 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,9 @@ If you’d like to build the documentation, it’s almost the same: $ ./x.py doc ``` -The generated documentation will appear in a top-level `doc` directory, -created by the `make` rule. +The generated documentation will appear under `doc` in the `build` directory for +the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will be +`build\x86_64-pc-windows-msvc\doc`. ## Notes |
