diff --git a/cmd/tools/vrun b/cmd/tools/vrun index 4ae9f95d3bcd36..621eda967d0564 100755 --- a/cmd/tools/vrun +++ b/cmd/tools/vrun @@ -10,8 +10,8 @@ v run $@ ## On such systems, you can copy this script, or symlink it, somewhere in your PATH, ## and then start your .vsh scripts with: `#!/usr/bin/env vrun`. -## You can also start them with `#!/usr/bin/env /full/path/to/v/cmd/tools/vrun` directly, -## if you prefer. +## You can also start them with `#!/usr/bin/env /full/path/to/v/cmd/tools/vrun`, or +## even just `#!/full/path/to/v run` directly, if you prefer. ## You can check, if it works, by saving this as a /tmp/args.vsh file: ## ```v