Skip to content

Commit

Permalink
docs: обновлён README.md (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: MisterMLiL <[email protected]>
  • Loading branch information
Maks1mS and MisterMLiL authored Feb 3, 2024
1 parent fcddf84 commit d0053df
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

## Установка

Программа распространяется с помощью [PyInstaller](https://pyinstaller.org/en/stable/).
Программа распространяется с помощью [PyInstaller](https://pyinstaller.org/en/stable/).

Существует две версиии: **statapp** и **statapp-onefile**.
Существует две версиии: **statapp** и **statapp-onefile**.

Различия в том, что onefile версия поставляется одним единственным бинарным файлом. На Windows системах с включенным антивирусом это может вызывать [некоторые проблемы](https://qna.habr.com/q/988553).

Expand All @@ -39,9 +39,11 @@ poetry install
pyinstaller statapp.spec # или pyinstaller statapp.spec -- --one-file
```

Документация собирается с помощью [grip](https://github.com/joeyespo/grip)

## Использование

<!-- TODO -->
Использование описано в [Руководстве пользователя](docs/README.md).

## Чем я могу помочь проекту?

Expand Down
17 changes: 17 additions & 0 deletions docs/grip.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#preview-page {
margin-top: 0px;
margin-bottom: 0px;
}

#readme {
border: none;
}

#readme > .Box-header {
border: none;
display: none !important;
}

#readme > .Box-body {
border: none;
}

0 comments on commit d0053df

Please sign in to comment.