From 627073ef2db5b6bd1ed11546e903883301bd9f06 Mon Sep 17 00:00:00 2001 From: jackson-sandland Date: Sun, 9 May 2021 08:14:06 -0700 Subject: [PATCH] Update readme with instructions for run, build, and browser live on 8080 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 98d5533..7517866 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ The frontend is a static HTML page served by [actix-web][Actix] providing an [xt [tokio-pty-process]: https://crates.io/crates/tokio-pty-process [xterm.js]: https://xtermjs.org/ +# Local development +``` +cargo build +cargo run +``` +Then head to `http://localhost:8080/` to see it in action! + # Should I run this on the internet? Probably not. It lets anyone who can access the webpage control your system.