From 640c806fd35f2c63ce1cbe313fbc86810594d9c0 Mon Sep 17 00:00:00 2001 From: Andrea Pascal Date: Wed, 20 Dec 2017 11:46:08 -0400 Subject: [PATCH] Reword deps to be clearer (#68) Quickfix: Swap deps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfb2c46..d25d9f3 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This repository contains the source for the [Citra Emulator](https://github.com/ - [Node.js](https://nodejs.org) `sudo apt-get install nodejs nodejs-legacy` - [Gulp.js](http://gulpjs.com) `sudo npm install -g gulp` - [Hugo](https://gohugo.io/) `sudo npm install -g hugo-bin` -- [ImageMagick](https://www.imagemagick.org) `sudo apt-get install graphicsmagick` -- [GraphicsMagick](http://www.graphicsmagick.org/) (Should be installed through graphicsmagick) +- [GraphicsMagick](http://www.graphicsmagick.org/) `sudo apt-get install graphicsmagick` +- [ImageMagick](https://www.imagemagick.org) (Should be installed through `graphicsmagick`) ### Instructions 1. Open up a terminal or command prompt in the `citra-web` directory.