From 3079765a0cb8d81721b1812901b55c38d3624c41 Mon Sep 17 00:00:00 2001 From: fourtf Date: Wed, 21 Aug 2019 22:12:55 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25be697a1..a01b015ed 100644 --- a/README.md +++ b/README.md @@ -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: ```