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
87bd0a01fc
commit
e836be4123
|
|
@ -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…
Reference in New Issue