File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
33
33
34
34
## Cheat sheet
35
35
36
- * Use ` x.py build --stage 1 src/libstd src/tools/rustdoc ` to make a useable
36
+ * Use ` ./ x.py build --stage 1 src/libstd src/tools/rustdoc` to make a useable
37
37
rustdoc you can run on other projects.
38
38
* Add ` src/libtest ` to be able to use ` rustdoc --test ` .
39
39
* If you've used ` rustup toolchain link local /path/to/build/$TARGET/stage1 `
40
40
previously, then after the previous build command, ` cargo +local doc ` will
41
41
Just Work.
42
- * Use ` x.py doc --stage 1 src/libstd ` to use this rustdoc to generate the
42
+ * Use ` ./ x.py doc --stage 1 src/libstd` to use this rustdoc to generate the
43
43
standard library docs.
44
44
* The completed docs will be available in ` build/$TARGET/doc/std ` , though the
45
45
bundle is meant to be used as though you would copy out the ` doc ` folder to
You can’t perform that action at this time.
0 commit comments