Skip to content

Commit e49f135

Browse files
committed
docs: update install instructions in README
1 parent a54ae1d commit e49f135

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ The installation can be done manually on Linux, MacOS, Android (Requires Termux)
2020

2121
- Open terminal/command prompt and run the following command:
2222

23-
```sh
24-
$ /path/to/executable start
25-
```
26-
27-
If I have downloaded the executable to my downloads folder, the command would be:
28-
29-
- On Windows:
30-
```bat
31-
$ C:\Users\<user name>\Downloads\dabbu-server-win.exe start
32-
```
33-
- On MacOS:
34-
```sh
35-
$ ~/Downloads/dabbu-server-macos start
36-
```
37-
- On Linux:
38-
```sh
39-
$ ~/Downloads/dabbu-server-linux start
40-
```
23+
```sh
24+
$ /path/to/executable start
25+
```
26+
27+
If I have downloaded the executable to my downloads folder, the command would be:
28+
29+
- On Windows:
30+
```bat
31+
$ C:\Users\<user name>\Downloads\dabbu-server-win.exe start
32+
```
33+
- On MacOS:
34+
```sh
35+
$ ~/Downloads/dabbu-server-macos start
36+
```
37+
- On Linux:
38+
```sh
39+
$ ~/Downloads/dabbu-server-linux start
40+
```
4141
4242
- Your server is now running! To check, go to http://localhost:8080/. You will see the text `Dabbu Server running on port 8080` on the page. If not, try running the server again or check if you have missed a step. If the problem persists, post a message on [Github discussions](https://github.com/gamemaker1/dabbu-server/discussions/categories/q-a) asking for help. We'll only be glad to help you :)
4343

0 commit comments

Comments
 (0)