You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,17 @@ License is located [here](#license)
26
26
27
27
Go to the releases tab and download the [latest release](https://github.com/EmulatorJS/EmulatorJS-Netplay/releases/tag/latest) for windows and open the exe file.
28
28
29
-
There is a GUI app version and a CLI version.
30
-
* The GUI version is recommended for most users.
31
-
* The CLI version is recommended for advanced users.
29
+
The GUI version is recommended for most users.
32
30
33
31
You can also download the source code and run `npm i` to install packages and then `npm start` to start the server.
34
32
35
33
### Linux:
36
34
37
35
Go to the releases tab and download the [latest release](https://github.com/EmulatorJS/EmulatorJS-Netplay/releases/tag/latest) for linux and open the AppImage file (you may need to make it executable).
38
36
39
-
There is a AppImage version.
40
-
* The AppImage version is recommended for most users.
41
-
*You can also download the source code and run `npm i` to install packages and then `npm start` to start the server.
37
+
The AppImage version is recommended for most users.
38
+
39
+
You can also download the source code and run `npm i` to install packages and then `npm start` to start the server.
0 commit comments