1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Improve misc documentation

Closes https://github.com/emilk/egui/issues/229
This commit is contained in:
Emil Ernerfeldt
2021-03-21 17:13:58 +01:00
parent c1d5bda143
commit ed0d406698
6 changed files with 60 additions and 10 deletions

View File

@@ -4,9 +4,11 @@ set -eu
# Starts a local web-server that serves the contents of the `doc/` folder,
# i.e. the web-version of `egui_demo_app`.
echo "ensuring basic-http-server is installed..."
cargo install basic-http-server
echo "open http://localhost:8888"
echo "staritng server..."
echo "serving at http://localhost:8888"
(cd docs && basic-http-server --addr 127.0.0.1:8888 .)
# (cd docs && python3 -m http.server 8888 --bind 127.0.0.1)