Fix minor error

main
kirbylife 2023-11-03 02:20:15 -06:00
parent f17716d5c6
commit 5ecd01fb26
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $ pip install dist/nvexpo*.whl
And add the follow line to your `.bashrc` file:
```Bash
eval(nvexpo init bash)
eval "$(nvexpo init bash)"
```
## Basic usage