mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
8 lines
No EOL
123 B
Bash
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 |