Skip to content

Commit

Permalink
docs: combine
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 28, 2024
1 parent 5ed28ca commit be005a6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
# for social cards, see
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards
brew install cairo freetype libffi libjpeg libpng zlib

# install uv
brew install uv

# install dependencies into virtual environment
uv sync
```

> [!Note]
Expand All @@ -16,11 +22,6 @@ brew install cairo freetype libffi libjpeg libpng zlib
> [troubleshooting docs](https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/?h=brew#cairo-graphics)
> outlines solutions to issues.
```bash
brew install uv
uv sync
```

### 🍽️ Serve locally

```bash
Expand Down

0 comments on commit be005a6

Please sign in to comment.