Adding Hugo to readme.
This commit is contained in:
parent
4269cbb9b6
commit
b24f00cadd
|
@ -4,9 +4,10 @@ This repository contains the source for the [Citra Emulator](https://github.com/
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
### Required Tools
|
### Required Dependencies
|
||||||
- [Node.js](https://nodejs.org) `sudo apt-get install nodejs nodejs-legacy`
|
- [Node.js](https://nodejs.org) `sudo apt-get install nodejs nodejs-legacy`
|
||||||
- [Gulp.js](http://gulpjs.com) `sudo npm install -g gulp`
|
- [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`
|
- [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/) (Should be installed through graphicsmagick)
|
||||||
|
|
||||||
|
|
Reference in New Issue