readme: add ./v symlink to the Termux section

This commit is contained in:
Delyan Angelov 2025-08-23 07:15:29 +03:00
parent d8d125b056
commit a40e86ad7c
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -192,7 +192,9 @@ pkg update
git clone --depth=1 https://github.com/vlang/v git clone --depth=1 https://github.com/vlang/v
cd v cd v
make make
./v symlink
``` ```
Note: there is *no* need for `sudo ./v symlink` on Termux (and sudo is not installed by default).
### C compiler ### C compiler