Update README.md
This commit is contained in:
parent
84cf1ab5c1
commit
5b25396c18
|
@ -14,10 +14,10 @@ This repository contains the source for the [Citra Emulator](https://github.com/
|
||||||
### 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.
|
||||||
2. Run `npm install`.
|
2. Run `npm install`.
|
||||||
3. Run `gulp`.
|
3. Run `gulp all`.
|
||||||
|
|
||||||
Now, Gulp should have built the Citra website, and hosted it locally. It will print out the `Access URL`s, which you can go to in your browser to view it.
|
Now, Gulp should have built the Citra website, it's external content, and hosted it locally.
|
||||||
|
It will print out the `Access URL`s, which you can go to in your browser to view it.
|
||||||
|
|
||||||
## Sitemap
|
## Sitemap
|
||||||
|
|
||||||
The sitemap for the Citra website can be found in [SITEMAP.md](SITEMAP.md).
|
The sitemap for the Citra website can be found in [SITEMAP.md](SITEMAP.md).
|
||||||
|
|
Reference in New Issue