1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorial: update the wget line in the instructions, to use v_linux.zip too (#8069)

I think the right URL is https://github.com/vlang/v/releases/latest/download/v_linux.zip with a "v".
Regards.
This commit is contained in:
Lathanao 2021-01-13 02:27:00 +07:00 committed by GitHub
parent ef18fb837c
commit 71d3d4c879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ The code is available <a href='https://github.com/vlang/v/tree/master/tutorials/
### Installing V
```
wget https://github.com/vlang/v/releases/latest/download/linux.zip
wget https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip v_linux.zip
cd v
sudo ./v symlink