Skip to content

Commit 627cb37

Browse files
committed
tools: describe a more direct way to use a v run shebang in cmd/tools/vrun
1 parent 7ea5b4a commit 627cb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/tools/vrun

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ v run $@
1010

1111
## On such systems, you can copy this script, or symlink it, somewhere in your PATH,
1212
## 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.
13+
## You can also start them with `#!/usr/bin/env /full/path/to/v/cmd/tools/vrun`, or
14+
## even just `#!/full/path/to/v run` directly, if you prefer.
1515

1616
## You can check, if it works, by saving this as a /tmp/args.vsh file:
1717
## ```v

0 commit comments

Comments
 (0)