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.
This commit is contained in:
parent
6550651bc1
commit
14926d3122
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue