diff --git a/README.md b/README.md index c4ae7e5..4131868 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ pyinstaller statapp.spec # или pyinstaller statapp.spec -- --one-file Документация собирается с помощью [grip](https://github.com/joeyespo/grip) +```bash +echo "STYLE_URLS = [\"https://cdn.jsdelivr.net/gh/shizand/statapp@main/docs/grip.css\"]" > ~/.grip/settings.py +cd docs +grip . +``` + ## Использование Использование описано в [Руководстве пользователя](docs/README.md).