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

doc: fix broken markdown about v symlink

This commit is contained in:
Delyan Angelov 2020-05-31 12:16:09 +03:00 committed by GitHub
parent bfb926a544
commit 3a36ed3802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ sudo ./v symlink
```
On Windows, start a new shell with administrative privileges, for
example by <Windows Key>, then type cmd.exe, right click on its menu
example by <kbd>Windows Key</kbd>, then type `cmd.exe`, right click on its menu
entry, and choose `Run as administrator`. In the new administrative
shell, cd to the path, where you have compiled v.exe, then type:
```bat