Skip to content

Commit

Permalink
switch to better box in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakan-Kink committed Aug 26, 2024
1 parent 5acc620 commit 3f2d542
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ Above tools download posts from OnlyFans/Fansly and save metadata to 'user_data.

## Installation

***Breaking Change:***
As of commit `76f80f4`, this code requires the Python module `markdown` installed where Stash runs (this could be inside your docker container). Likely a command such as:
```shell
pip install markdown
```
or
```shell
pip3.12 install markdown --break-system-packages
```
> [!WARNING]
> ***Breaking Change:***
> As of commit `76f80f4`, this code requires the Python module `markdown` installed where Stash runs (this could be inside your docker container). Likely a command such as:
> ```shell
> pip install markdown
> ```
> or
> ```shell
> pip3.12 install markdown --break-system-packages
> ```
### Managed
Expand Down

0 comments on commit 3f2d542

Please sign in to comment.