Remove duplicate cargo install

It's already executed in setup_web.sh.
This commit is contained in:
Alex Kazik 2022-07-07 18:55:29 +02:00 committed by Emil Ernerfeldt
parent 9ff285409d
commit eed822cf46
2 changed files with 0 additions and 4 deletions

View file

@ -3,8 +3,6 @@
@REM Starts a local web-server that serves the contents of the `doc/` folder,
@REM which is the folder to where the web version is compiled.
cargo install basic-http-server
echo "open http://localhost:8080"
(cd docs && basic-http-server --addr 127.0.0.1:8080 .)

View file

@ -4,8 +4,6 @@ set -eu
# Starts a local web-server that serves the contents of the `doc/` folder,
# which is the folder to where the web version is compiled.
cargo install basic-http-server
echo "open http://localhost:8080"
(cd docs && basic-http-server --addr 127.0.0.1:8080 .)