tools: describe a more direct way to use a v run shebang in cmd/tools/vrun

This commit is contained in:
Delyan Angelov 2025-02-04 15:04:30 +02:00
parent 7ea5b4a020
commit 627cb37cca
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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