From 3190b35d18b87fd0c2b1e6eaf7746ec7bbd93e40 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 22 May 2023 17:19:38 +0200 Subject: [PATCH] Bump README for local deployment --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0603aa3..fd56c9b 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,14 @@ You can now customize `dockerfiles/debian_mini` to suits your needs, or make a n From a local `git clone` -- Download the `debian_mini` Ext2 image from [https://github.com/leaningtech/webvm/releases/](https://github.com/leaningtech/webvm/releases/) +- Download the `debian_mini` Ext2 image from [https://github.com/leaningtech/webvm/releases/](https://github.com/leaningtech/webvm/releases/). - You can also build your own by selecting the "Upload GitHub release" workflow option. - Place the image in the repository root folder. -- Edit `index.html` - - Replace `DEVICE_TYPE` with `"bytes"` - - Replace `IMAGE_URL` with the name of the Ext2 image. For example `"debian_mini_20230519_5022088024.ext2"` -- Start a local HTTP server +- Edit `index.html`. + - Uncomment the default values for `CMD`, `ARGS`, `ENV` and `CWD`. + - Replace `DEVICE_TYPE` with `"bytes"`. + - Replace `IMAGE_URL` with the name of the Ext2 image. For example `"debian_mini_20230519_5022088024.ext2"`. +- Start a local HTTP server. - Enjoy your local WebVM. # Example customization: Python3 REPL