Skip to content

Instantly share code, notes, and snippets.

@koplenov
Last active January 14, 2024 12:24
Show Gist options
  • Save koplenov/4d802035920b1ff70080c30c5e13e23d to your computer and use it in GitHub Desktop.
Save koplenov/4d802035920b1ff70080c30c5e13e23d to your computer and use it in GitHub Desktop.
install lastest v on linux server
# curl https://gist.githubusercontent.com/koplenov/4d802035920b1ff70080c30c5e13e23d/raw/158901369b3b26bf095274806e10409fb5be1786/v_linux.sh | bash
wget https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip v_linux.zip
rm -f v_linux.zip
v/v symlink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment