We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v run
1 parent 7ea5b4a commit 627cb37Copy full SHA for 627cb37
1 file changed
cmd/tools/vrun
@@ -10,8 +10,8 @@ v run $@
10
11
## On such systems, you can copy this script, or symlink it, somewhere in your PATH,
12
## and then start your .vsh scripts with: `#!/usr/bin/env vrun`.
13
-## You can also start them with `#!/usr/bin/env /full/path/to/v/cmd/tools/vrun` directly,
14
-## 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.
15
16
## You can check, if it works, by saving this as a /tmp/args.vsh file:
17
## ```v
0 commit comments