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:
parent
ef18fb837c
commit
71d3d4c879
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user