File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,13 @@ format:
3333```
3434
3535This is how the documentation and examples assume you are running ` x.py ` .
36- Some alternative ways are:
37-
38- ``` sh
39- # On a Unix shell if you don't have the necessary `python3` command
40- ./x < subcommand> [flags]
41-
42- # On the Windows Command Prompt (if .py files are configured to run Python)
43- x.py < subcommand> [flags]
44-
45- # You can also run Python yourself, e.g.:
46- python x.py < subcommand> [flags]
47- ```
36+ See the [ rustc dev guide] [ rustcguidebuild ] if this does not work on your platform.
4837
4938More information about ` x.py ` can be found by running it with the ` --help ` flag
5039or reading the [ rustc dev guide] [ rustcguidebuild ] .
5140
5241[ gettingstarted ] : https://rustc-dev-guide.rust-lang.org/getting-started.html
53- [ rustcguidebuild ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
42+ [ rustcguidebuild ] : https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#what-is-xpy
5443
5544### Dependencies
5645
You can’t perform that action at this time.
0 commit comments