Update readme with instructions for run, build, and browser live on 8080

This commit is contained in:
jackson-sandland 2021-05-09 08:14:06 -07:00 committed by Fabian Freyer
parent e1b031d220
commit 627073ef2d

View File

@ -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 [tokio-pty-process]: https://crates.io/crates/tokio-pty-process
[xterm.js]: https://xtermjs.org/ [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? # Should I run this on the internet?
Probably not. It lets anyone who can access the webpage control your system. Probably not. It lets anyone who can access the webpage control your system.