From f5ff294e0dbcc42de38766fc2abc42734ce20d48 Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Sat, 3 Sep 2016 20:19:09 -0700 Subject: [PATCH] Fix #82 as it doesn't work on bash --- .gitignore | 2 ++ Scala/README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 541a9d9b..2bcfba19 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules .grunt /_book/ *.log + +*.DS_Store diff --git a/Scala/README.md b/Scala/README.md index ba47ff10..3d4688ea 100644 --- a/Scala/README.md +++ b/Scala/README.md @@ -8,7 +8,8 @@ Make sure you have Java installed, the instructions are provided [here](/mac-set Update the `/usr/local/etc/sbtopts` by running the command below. This step is optional. - $echo '-J-XX:+CMSClassUnloadingEnabled\n-J-Xmx2G\n' >> /usr/local/etc/sbtopts + $ echo '-J-XX:+CMSClassUnloadingEnabled' >> /usr/local/etc/sbtopts + $ echo '-J-Xmx2G' >> /usr/local/etc/sbtopts ### Scala Plugin for Eclipse