Installation

December 5, 2021 ยท View on GitHub

  1. Clone V
    git clone git@github.com:vlang/v.git
    
  2. Run command in terminal
    cd v
    make
    v up
    
  3. Run command in terminal
    # MacOS or Linux
    sudo ./v symlink
    
    # Window
    .\v.exe symlink