Update README.md

This commit is contained in:
fourtf 2019-08-21 22:12:55 +02:00 committed by GitHub
parent c81e1929c9
commit 3079765a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```