From f326b1fa5e45471df210e543c16954ebe5f771a6 Mon Sep 17 00:00:00 2001 From: Evan Ng Date: Thu, 22 Jun 2017 16:37:17 -0400 Subject: [PATCH] Add JavaScript Runtime to Readme (#796) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 280a2cf..565828d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ Now that Slate is all set up on your machine, you'll probably want to learn more If you'd prefer to use Docker, instructions are available [in the wiki](https://github.com/lord/slate/wiki/Docker). +### Note on JavaScript Runtime + +For those who don't have JavaScript runtime or are experiencing JavaScript runtime issues with ExecJS, it is recommended to add the [rubyracer gem](https://github.com/cowboyd/therubyracer) to your gemfile and run `bundle` again. + Companies Using Slate ---------------------------------