Skip to content

Commit a7a5e6e

Browse files
authored
added selfhosting
1 parent 61f47b1 commit a7a5e6e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,20 @@ Compatibility is widely untested. If you have a decent computer, it *should* wor
1717
| iPhone 16 Pro Max | Safari | 26.1 | Great |
1818
| iPhone 16 | Safari | 26.1 | Great |
1919
| iPad 10th Gen | Safari | 26.1 | Good |
20+
| iPhone 14 Pro Max | Safari | 26.2 | Great |
2021
| Surface Pro 4 | Edge | Windows 10 22H2 | Bad. |
2122

2223
## Hosting peg86
23-
Coming soon!
24+
Hosting peg86 on your local network or server is as easy and running one command! The total insallation size is **~`2.79GB`** including all available versions of Peggle.
25+
26+
>[!NOTE]
27+
>`npm` is required to host a peg86 instance because it needs to be ran with `npx serve`!
28+
>`python -m http.server 8000` won't serve the files properly and is not compatible!
29+
30+
**macOS**:
31+
```
32+
curl -fsSL https://sinceohsix.github.io/peg86/hosting.sh | bash
33+
```
2434

2535
## Known Quirks
2636
- No game audio. ReactOS doesn't support audio in v86 (See [v86 Issue #1007](https://github.com/copy/v86/issues/1007)). This can only be fixed by using a different operating system which I am looking into.

0 commit comments

Comments
 (0)