mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
docs: fix sponsors bade in readme (#21159)
This commit is contained in:
parent
ecbd214ee1
commit
5da1fccaed
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
@ -4,10 +4,10 @@
|
||||||
</p>
|
</p>
|
||||||
<h1>The V Programming Language</h1>
|
<h1>The V Programming Language</h1>
|
||||||
|
|
||||||
[vlang.io](https://vlang.io)
|
[vlang.io](https://vlang.io)
|
||||||
| [Docs](https://github.com/vlang/v/blob/master/doc/docs.md)
|
| [Docs](https://github.com/vlang/v/blob/master/doc/docs.md)
|
||||||
| [Changelog](https://github.com/vlang/v/blob/master/CHANGELOG.md)
|
| [Changelog](https://github.com/vlang/v/blob/master/CHANGELOG.md)
|
||||||
| [Speed](https://fast.vlang.io/)
|
| [Speed](https://fast.vlang.io/)
|
||||||
| [Contributing & compiler design](https://github.com/vlang/v/blob/master/CONTRIBUTING.md)
|
| [Contributing & compiler design](https://github.com/vlang/v/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -21,6 +21,7 @@
|
||||||
[![Discord][DiscordBadge]][DiscordUrl]
|
[![Discord][DiscordBadge]][DiscordUrl]
|
||||||
[![X][XBadge]][XUrl]
|
[![X][XBadge]][XUrl]
|
||||||
[![Modules][ModulesBadge]][ModulesUrl]
|
[![Modules][ModulesBadge]][ModulesUrl]
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Key Features of V
|
## Key Features of V
|
||||||
|
@ -69,7 +70,7 @@ language, very similar to the way it is right now.
|
||||||
|
|
||||||
--> **_(this is the preferred method)_**
|
--> **_(this is the preferred method)_**
|
||||||
|
|
||||||
### Linux, macOS, Windows, *BSD, Solaris, WSL, etc.
|
### Linux, macOS, Windows, \*BSD, Solaris, WSL, etc.
|
||||||
|
|
||||||
Usually, installing V is quite simple if you have an environment that already has a
|
Usually, installing V is quite simple if you have an environment that already has a
|
||||||
functional `git` installation.
|
functional `git` installation.
|
||||||
|
@ -90,7 +91,7 @@ That should be it and you should find your V executable at `[path to V repo]/v`.
|
||||||
|
|
||||||
Now you can try `./v run examples/hello_world.v` (or `v run examples/hello_world.v` in cmd shell).
|
Now you can try `./v run examples/hello_world.v` (or `v run examples/hello_world.v` in cmd shell).
|
||||||
|
|
||||||
* *Trouble? Please see the note above and link to
|
- *Trouble? Please see the note above and link to
|
||||||
[Installation Issues](https://github.com/vlang/v/discussions/categories/installation-issues)
|
[Installation Issues](https://github.com/vlang/v/discussions/categories/installation-issues)
|
||||||
for help.*
|
for help.*
|
||||||
|
|
||||||
|
@ -156,7 +157,7 @@ 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
|
> 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
|
> `v up`, restarts, and so on. You only need to run it again if you decide to move the V repo
|
||||||
> folder somewhere else.
|
> folder somewhere else.
|
||||||
|
|
||||||
### Void Linux
|
### Void Linux
|
||||||
|
@ -371,8 +372,8 @@ section on our
|
||||||
[WorkflowBadge]: https://github.com/vlang/v/workflows/CI/badge.svg
|
[WorkflowBadge]: https://github.com/vlang/v/workflows/CI/badge.svg
|
||||||
[DiscordBadge]: https://img.shields.io/discord/592103645835821068?label=Discord&logo=discord&logoColor=white
|
[DiscordBadge]: https://img.shields.io/discord/592103645835821068?label=Discord&logo=discord&logoColor=white
|
||||||
[PatreonBadge]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dvlang%26type%3Dpatrons&style=flat
|
[PatreonBadge]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dvlang%26type%3Dpatrons&style=flat
|
||||||
[SponsorBadge]: https://camo.githubusercontent.com/da8bc40db5ed31e4b12660245535b5db67aa03ce/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d476974487562
|
[SponsorBadge]: https://img.shields.io/github/sponsors/medvednikov?style=flat&logo=github&logoColor=white
|
||||||
[XBadge]: https://img.shields.io/badge/follow-%40v_language-1DA1F2?logo=x&style=flat&logoColor=white&color=1da1f2
|
[XBadge]: https://img.shields.io/badge/follow-%40v_language-1DA1F2?logo=x&style=flat&logoColor=white
|
||||||
[ModulesBadge]: https://img.shields.io/badge/modules-reference-027d9c?logo=v&logoColor=white&logoWidth=10
|
[ModulesBadge]: https://img.shields.io/badge/modules-reference-027d9c?logo=v&logoColor=white&logoWidth=10
|
||||||
|
|
||||||
[WorkflowUrl]: https://github.com/vlang/v/commits/master
|
[WorkflowUrl]: https://github.com/vlang/v/commits/master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue