From 5b25396c18c603c3113d20820f3dd979527d5a33 Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Sat, 16 Sep 2017 05:00:53 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f57955..32240de 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ This repository contains the source for the [Citra Emulator](https://github.com/ ### Instructions 1. Open up a terminal or command prompt in the `citra-web` directory. 2. Run `npm install`. -3. Run `gulp`. +3. Run `gulp all`. -Now, Gulp should have built the Citra website, and hosted it locally. It will print out the `Access URL`s, which you can go to in your browser to view it. +Now, Gulp should have built the Citra website, it's external content, and hosted it locally. +It will print out the `Access URL`s, which you can go to in your browser to view it. ## Sitemap - The sitemap for the Citra website can be found in [SITEMAP.md](SITEMAP.md).