From 11ae920b8aa83320eabfd6feca419bebc6d8e027 Mon Sep 17 00:00:00 2001 From: David Aghassi Date: Tue, 12 Apr 2016 16:26:17 -0400 Subject: [PATCH] Updated installation README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa4e06..bb793bd 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Moonlight also has mobile versions for [Android](https://github.com/moonlight-st ##Building 1. Install the Chrome Native Client SDK and download the current Pepper SDK -2. Set the NACL_SDK_ROOT environment variable to your Pepper SDK folder -3. Run 'make' from within the moonlight-chrome repo +2. Set the `NACL_SDK_ROOT` environment variable to your Pepper SDK folder. If you need more detailed instructions, see [here](https://github.com/google/pepper.js/wiki/Getting-Started) +3. Run `git submodule update --init --recursive` from within `moonlight-chrome/` +4. Run `make` from within the `moonlight-chrome/` repo ##Testing 1. Open the Extensions page in Chrome