1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-14 15:46:27 +02:00
piston/packages/vlang/0.3.3/build.sh
2023-04-09 12:24:30 +02:00

8 lines
No EOL
123 B
Bash

#!/usr/bin/env bash
# Cloning vlang source
git clone https://github.com/vlang/v
cd v
# Building and installing vlang
make