Skip to content

Commit 78c9b0b

Browse files
eopbtshepang
authored andcommitted
Reword sentence about using ./x over ./x.py
The current sentence was confusing when I first read it. I've reworded it to hopefully make it more clear.
1 parent 51bae06 commit 78c9b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/building/how-to-build-and-run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Also, using `x` rather than `x.py` is recommended as:
6565
Notice that this is not absolute, for instance, using Nushell in VSCode on Win10,
6666
typing `x` or `./x` still open the `x.py` in editor rather invoke the program :)
6767

68-
In the rest of documents, we use `x` to represent the straightly usage of `x.py`, which
69-
means the following command:
68+
In the rest of this guilde, we use `x` rather than `x.py` directly. The following
69+
command:
7070

7171
```bash
7272
./x check

0 commit comments

Comments
 (0)