From da5249f82384034c1d3ef6e75bc22648927d2051 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 28 Jul 2017 13:34:12 +0200 Subject: [PATCH] Wrong package (#85) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef89ffd5d..a479cb53d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ download the [boost library](https://sourceforge.net/projects/boost/files/boost/ ### linux #### Ubuntu 16.04.2 LTS *most likely works the same for other Debian-like distros* -1. Install QT Creator `sudo apt-get install qt5-default` +1. Install QT Creator `sudo apt-get install qtcreator` 1. Install boost-dev `sudo apt-get install libboost-all-dev` 1. Copy `include/rapidjson` from [rapidjson](https://github.com/miloyip/rapidjson/releases/latest) into the chatterino directory 1. Open `chatterino.pro` with QT Creator and build