From f5256ec7a2d4639a92753a8da71225b66d06ded8 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Fri, 22 Feb 2019 11:40:56 +0000 Subject: [PATCH] docs: Add gitpod instructions --- README.md | 6 +----- docs/docker-kubernetes-gitpod.md | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/docker-kubernetes-gitpod.md diff --git a/README.md b/README.md index 8719f75..13ea853 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,6 @@ Yes! Quite well, actually - on macOS, Windows, and Linux. Bear in mind that this ## Should this have been a native app? Absolutely. -## Can it run in the cloud too? -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? - -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/felixrieseberg/windows95) - ## Does it run Doom (or my other favorite game)? You'll likely be better off with an actual virtualization app, but the short answer is yes. [Thanks to @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. * [Windows 95 is stuck in a bad state](./HELP.md#windows-95-is-stuck-in-a-bad-state) * [I want to install additional apps or games](./HELP.md#i-want-to-install-additional-apps-or-games) * [Running in Docker](./docs/docker-instructions.md) + * [Running in an online VM with Kubernets and Gitpod](./docs/docker-kubernetes-gitpod.md) ## License diff --git a/docs/docker-kubernetes-gitpod.md b/docs/docker-kubernetes-gitpod.md new file mode 100644 index 0000000..25e767a --- /dev/null +++ b/docs/docker-kubernetes-gitpod.md @@ -0,0 +1,4 @@ +## Running an online version of windows95 +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? + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/felixrieseberg/windows95)