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.
pull/8072/head
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
1 changed files with 1 additions and 1 deletions

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