mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
docs: update deprecated blockquote highlight syntax (#19974)
This commit is contained in:
parent
2a6c1d9074
commit
c80515465e
9 changed files with 15 additions and 15 deletions
|
@ -95,7 +95,7 @@ V is constantly being updated. To update V, simply run:
|
|||
v up
|
||||
```
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
> If you run into any trouble, or you have a different operating
|
||||
> system or Linux distribution that doesn't install or work immediately, please see
|
||||
> [Installation Issues](https://github.com/vlang/v/discussions/categories/installation-issues)
|
||||
|
@ -123,7 +123,7 @@ Otherwise, follow these instructions:
|
|||
|
||||
### Symlinking
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
> It is *highly recommended*, that you put V on your PATH. That saves
|
||||
> you the effort to type in the full path to your v executable every time.
|
||||
> V provides a convenience `v symlink` command to do that more easily.
|
||||
|
@ -149,7 +149,7 @@ v symlink
|
|||
That will make V available everywhere, by adding it to your PATH. Please restart your
|
||||
shell/editor after that, so that it can pick up the new PATH variable.
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
> There is no need to run `v symlink` more than once - v will still be available, even after
|
||||
> `v up`, restarts, and so on. You only need to run it again if you decide to move the V repo
|
||||
> folder somewhere else.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue