From 70733ab6dbbecc307442e4b6d8f23606d9f6f433 Mon Sep 17 00:00:00 2001 From: Leonid Rozenberg Date: Tue, 28 Jun 2016 17:11:57 -0400 Subject: [PATCH] Clear up "get get" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e77574..14e5c37 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ However, special consideration should be given to the installation of `rstan` an ### clang++ C++ compiler -It is strongly recommended that you install & enable the clang++ C++ compiler on the system in addition to or instead of the more typical g++ compiler. The clang++ compiler will compile Stan models faster and with less memory, so you get get by with an Amazon AMI that has less RAM. +It is strongly recommended that you install & enable the clang++ C++ compiler on the system in addition to or instead of the more typical g++ compiler. The clang++ compiler will compile Stan models faster and with less memory, so that you can get by with an Amazon AMI that has less RAM. To install it on Ubuntu, you can do