We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90773b6 commit 6de921aCopy full SHA for 6de921a
src/building/how-to-build-and-run.md
@@ -57,6 +57,31 @@ if you want to learn more about `x.py`, [read this chapter][bootstrap].
57
58
[bootstrap]: ./bootstrapping.md
59
60
+### Running `x.py`
61
+
62
+The `x.py` command can be run directly on most Unix systems in the following format:
63
64
+```sh
65
+./x.py <subcommand> [flags]
66
+```
67
68
+This is how the documentation and examples assume you are running `x.py`.
69
+Some alternative ways are:
70
71
72
+# On a Unix shell if you don't have the necessary `python3` command
73
+./x <subcommand> [flags]
74
75
+# On Windows (if powershell is configured to run scripts)
76
+./x.ps1 <subcommand> [flags]
77
78
+# On the Windows Command Prompt (if .py files are configured to run Python)
79
+x.py <subcommand> [flags]
80
81
+# You can also run Python yourself, e.g.:
82
+python x.py <subcommand> [flags]
83
84
85
### Running `x.py` slightly more conveniently
86
87
There is a binary that wraps `x.py` called `x` in `src/tools/x`. All it does is
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments