Update README.md
This commit is contained in:
parent
8ab6d0d2a5
commit
3eb0056823
|
@ -5,10 +5,10 @@ This repository contains the source for the [Citra Emulator](https://github.com/
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
### Required Tools
|
### Required Tools
|
||||||
- [Node.js](https://nodejs.org)
|
- [Node.js](https://nodejs.org) `sudo apt-get install nodejs nodejs-legacy`
|
||||||
- [Gulp.js](http://gulpjs.com) (Install this using the command `npm install -g gulp`, with root / admin permissions.)
|
- [Gulp.js](http://gulpjs.com) `sudo npm install -g gulp`
|
||||||
- [ImageMagick](https://www.imagemagick.org)
|
- [ImageMagick](https://www.imagemagick.org) `sudo apt-get install graphicsmagick`
|
||||||
- [GraphicsMagick](http://www.graphicsmagick.org/)
|
- [GraphicsMagick](http://www.graphicsmagick.org/) (Should be installed through graphicsmagick)
|
||||||
|
|
||||||
### Instructions
|
### Instructions
|
||||||
1. Open up a terminal or command prompt in the `citra-web` directory.
|
1. Open up a terminal or command prompt in the `citra-web` directory.
|
||||||
|
|
Reference in New Issue