mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update README.md
This commit is contained in:
parent
c81e1929c9
commit
3079765a0c
1 changed files with 5 additions and 4 deletions
|
@ -2,17 +2,18 @@
|
|||
Chatterino 2
|
||||
============
|
||||
|
||||
Chatterino 2 is the second installment of the Twitch chat client series "Chatterino". For now you can check out Chatterino 1 at [https://chatterino.com](https://chatterino.com).
|
||||
Chatterino 2 is the second installment of the Twitch chat client series "Chatterino".
|
||||
|
||||
## Downloading
|
||||
## Download
|
||||
Current releases are available at [https://chatterino.com](https://chatterino.com).
|
||||
|
||||
## Nightly build
|
||||
You can download the latest Chatterino 2 build over [here](https://github.com/Chatterino/chatterino2/releases/tag/nightly-build)
|
||||
|
||||
You might also need to install the [VC++ 2017 Redistributable](https://aka.ms/vs/15/release/vc_redist.x64.exe) from Microsoft if you do not have it installed already.
|
||||
If you still receive an error about `MSVCR120.dll missing`, then you should install the [VC++ 2013 Restributable](https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe
|
||||
).
|
||||
|
||||
Releases for linux and mac will follow soon™
|
||||
|
||||
## Building
|
||||
To get source code with required submodules run:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue