Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Sep 17, 2020
1 parent 07e63a4 commit 2218171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ xonsh script.xsh
./script.xsh
./path/script.xsh

./script # shebang should has "env python" or "env xonsh"
script # script should be found in $PATH and shebang should has "env python" or "env xonsh"
./script # shebang should has "env python" or "env xonsh"
script # script should be found in $PATH and shebang should has "env python" or "env xonsh"
```
The `PYTHON_ARGCOMPLETE_OK` marker should be found in the first 10 lines of the file.

Expand Down

0 comments on commit 2218171

Please sign in to comment.