citra-emu
/
citra-web
Archived
1
0
Fork 0

Reword deps to be clearer (#68)

Quickfix: Swap deps
This commit is contained in:
Andrea Pascal 2017-12-20 11:46:08 -04:00 committed by Flame Sage
parent bbfea4bb05
commit 640c806fd3
1 changed files with 2 additions and 2 deletions

View File

@ -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.