Обновить README.md
Some checks failed
Linter / ruff (push) Failing after 28s

This commit is contained in:
soaska 2024-05-07 16:28:44 +00:00
parent 5f54a85c49
commit 724e95f56c

View File

@ -34,6 +34,7 @@ cd ../../
python3 -m venv venv python3 -m venv venv
pip install -r requirements.txt pip install -r requirements.txt
git submodule update --init --recursive
bash ./webui.sh bash ./webui.sh
``` ```