Skip to content

Commit

Permalink
Reword sentence about using ./x over ./x.py
Browse files Browse the repository at this point in the history
The current sentence was confusing when I first read it. I've reworded it to hopefully make it more clear.
  • Loading branch information
eopb authored and tshepang committed Aug 28, 2023
1 parent 51bae06 commit 78c9b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Also, using `x` rather than `x.py` is recommended as:
Notice that this is not absolute, for instance, using Nushell in VSCode on Win10,
typing `x` or `./x` still open the `x.py` in editor rather invoke the program :)

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

```bash
./x check
Expand Down

0 comments on commit 78c9b0b

Please sign in to comment.