File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,13 @@ format:
33
33
```
34
34
35
35
This 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.
48
37
49
38
More information about ` x.py ` can be found by running it with the ` --help ` flag
50
39
or reading the [ rustc dev guide] [ rustcguidebuild ] .
51
40
52
41
[ 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
54
43
55
44
### Dependencies
56
45
You can’t perform that action at this time.
0 commit comments