Skip to content

Commit a3f1277

Browse files
authored
Merge pull request #57 from Lamwaunga/links-and-keyboard-in-3-getting-started-md
Use descriptive text links and add keyboard markup in `3.getting-started.md`
2 parents f98628b + 94a54a6 commit a3f1277

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/1.docs/3.getting-started.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Prerequisites
44

5-
* A web server like NGINX or the Apache server included in [XAMPP](https://www.apachefriends.org/)
6-
* Alternatively, for a simpler server use [this](https://github.com/terreng/simple-web-server)
7-
* A website behing hosted on that server, or at its most basic, create an empty file named "index.html" (save for later)
8-
* Or you can use the built-in server [here](#built-in-server-optional)
5+
* A web server like NGINX or the Apache server included in [XAMPP](https://www.apachefriends.org/).
6+
* Alternatively, for a simpler server use [simple-web-server](https://github.com/terreng/simple-web-server).
7+
* A website behing hosted on that server, or at its most basic, create an empty file named "index.html" (save for later).
8+
* Or you can use the [built-in server](#built-in-server-optional).
99

1010
## Setup
1111

@@ -41,14 +41,14 @@ If you're using [React or Single Page Apps](/docs/embed#react-single-page-apps),
4141

4242
A [Code Editor](/editor) feature is included on this website. It's a wizard that will create this html web code for you.
4343

44-
1) Select a System
44+
1) Select a System.
4545
2) Fill out the details:
4646
* Upload game rom
4747
* Enter name of the game
4848
* Enter an ad URL (optional)
4949
* Upload bios file (if required)
5050
* Upload custom save state to be loaded on start (optional)
51-
3) Generate out file
51+
3) Generate out file.
5252

5353
It will then give you the download link for a zip folder that will include the rom & an index.html file that has your code ready to be copy & pasted into your website.
5454

@@ -76,7 +76,7 @@ All major browsers are currently supported!
7676

7777
In this example, we will use Google Chrome:
7878

79-
1) Right click on Chrome and click "Send to" then "Desktop (create shortcut)"
79+
1) Right click on Chrome and click "Send to" then "Desktop (create shortcut)".
8080
2) Now right click on the new shortcut and in the "Target" field, add this to the end:
8181

8282
::terminal
@@ -85,23 +85,23 @@ content:
8585
- C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk "http://192.168.1.120/
8686
---
8787
::
88-
3) Lastly, rename the shortcut to "EmulatorJS"
88+
3) Lastly, rename the shortcut to "EmulatorJS".
8989

90-
To exit 'Kiosk' mode, hit ctrl+W
90+
To exit 'Kiosk' mode, hit <kbd>Ctrl</kbd> + <kbd>W</kbd>
9191

9292
### Android/iOS
9393

94-
1) Open your browser and go to the server ip address (example: http://192.168.1.120/)
94+
1) Open your browser and go to the server ip address (example: http://192.168.1.120/).
9595
2) After EmulatorJS has loaded in, open your browser settings and click "Add to Home Screen" or something similar.
9696
3) Click through any other prompts that may come up, but you should be left with a shortcut on your phone's home screen that acts like an app.
9797

9898
### Steam Deck
9999

100100
The process is similar as that of the Windows setup:
101101

102-
1) Enter Desktop mode
103-
2) Right click on Chrome and add to Steam
104-
3) Right click on the Chrome shortcut in Steam and click "Properties"
102+
1) Enter Desktop mode.
103+
2) Right click on Chrome and add to Steam.
104+
3) Right click on the Chrome shortcut in Steam and click "Properties".
105105
4) Under the "Shortcut" options, find the "Launch Options" text box.
106106
5) Add this to the end:
107107

0 commit comments

Comments
 (0)