v2 / vlib / v / help / installation / symlink.txt
9 lines · 6 sloc · 299 bytes · 4bcc4247c00d3d96ca1b746cc6561d7f9c76de09
Raw
This command adds a symlink for the V compiler executable.

Usage:
  v symlink [OPTIONS]

On Unix systems this command creates a symlink in /usr/local/bin. If that
is not writable, it falls back to ~/.local/bin without requiring sudo.

For GitHub Actions, the option -githubci needs to be specified.