mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: describe a more direct way to use a v run
shebang in cmd/tools/vrun
This commit is contained in:
parent
7ea5b4a020
commit
627cb37cca
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue