mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Replace every ... with … like some sort of crazy person
Also fix some small typos Closes https://github.com/emilk/egui/pull/736
This commit is contained in:
@@ -6,10 +6,10 @@ cd "$script_path/.."
|
||||
# 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..."
|
||||
echo "ensuring basic-http-server is installed…"
|
||||
cargo install basic-http-server
|
||||
|
||||
echo "staritng server..."
|
||||
echo "starting server…"
|
||||
echo "serving at http://localhost:8888"
|
||||
|
||||
(cd docs && basic-http-server --addr 127.0.0.1:8888 .)
|
||||
|
||||
Reference in New Issue
Block a user