From 3eb00568238a2486852f02bfdfd40dc72eb0b6d1 Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Sat, 15 Jul 2017 14:36:49 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1a7618..c721071 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ This repository contains the source for the [Citra Emulator](https://github.com/ ## Quick Start ### Required Tools -- [Node.js](https://nodejs.org) -- [Gulp.js](http://gulpjs.com) (Install this using the command `npm install -g gulp`, with root / admin permissions.) -- [ImageMagick](https://www.imagemagick.org) -- [GraphicsMagick](http://www.graphicsmagick.org/) +- [Node.js](https://nodejs.org) `sudo apt-get install nodejs nodejs-legacy` +- [Gulp.js](http://gulpjs.com) `sudo npm install -g gulp` +- [ImageMagick](https://www.imagemagick.org) `sudo apt-get install graphicsmagick` +- [GraphicsMagick](http://www.graphicsmagick.org/) (Should be installed through graphicsmagick) ### Instructions 1. Open up a terminal or command prompt in the `citra-web` directory.