Skip to content

Commit f5256ec

Browse files
docs: Add gitpod instructions
1 parent 6c1687c commit f5256ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ Yes! Quite well, actually - on macOS, Windows, and Linux. Bear in mind that this
1616
## Should this have been a native app?
1717
Absolutely.
1818

19-
## Can it run in the cloud too?
20-
Sure, you can also run Windows 95 in Electron, in a virtual X server, in a JavaScript VNC client, in a Kubernetes workspace. What could go wrong?
21-
22-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/felixrieseberg/windows95)
23-
2419
## Does it run Doom (or my other favorite game)?
2520
You'll likely be better off with an actual virtualization app, but the short answer is yes. [Thanks to
2621
@DisplacedGamers](https://youtu.be/xDXqmdFxofM) I can recommend that you switch to a resolution of
@@ -50,6 +45,7 @@ Once you've done so, run `npm install` and `npm start` to run your local build.
5045
* [Windows 95 is stuck in a bad state](./HELP.md#windows-95-is-stuck-in-a-bad-state)
5146
* [I want to install additional apps or games](./HELP.md#i-want-to-install-additional-apps-or-games)
5247
* [Running in Docker](./docs/docker-instructions.md)
48+
* [Running in an online VM with Kubernets and Gitpod](./docs/docker-kubernetes-gitpod.md)
5349

5450
## License
5551

docs/docker-kubernetes-gitpod.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Running an online version of windows95
2+
You can also run windows95 in Electron, in a virtual X server, in a JavaScript VNC client, in a Kubernetes workspace. What could go wrong?
3+
4+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/felixrieseberg/windows95)

0 commit comments

Comments
 (0)