From 68af4746ce1a05de427249d3cc90300d6dfbe8a9 Mon Sep 17 00:00:00 2001 From: floreslorca Date: Wed, 21 Feb 2018 00:03:11 -0600 Subject: [PATCH] remove uneccessary steps --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 80fa2d2c..219ecffc 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,6 @@ sudo apt-get install \ 2. Set the default ming32 gcc/g++ compiler option to posix, fix problem with packages in Xenial ```{r, engine='bash'} -sudo apt install software-properties-common -sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu zesty universe" -sudo apt update -sudo apt upgrade sudo update-alternatives --config x86_64-w64-mingw32-gcc sudo update-alternatives --config x86_64-w64-mingw32-g++ ```