From 63f80819d2381a20aaf0446d4a2aad4ef30569b1 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sat, 3 Feb 2024 15:06:35 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D1=91=D0=BD=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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).