Skip to content

Commit

Permalink
Added Debian package requirements to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssharpjr authored and igorpecovnik committed Oct 12, 2024
1 parent 9e81bf3 commit 1c16ce9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Ensure you have Python and the necessary development packages installed:
sudo apt-get update
sudo apt-get install python3 python3-pip python3-venv python3.11-dev
```

If using Debian, you may need to install the following packages for `mkdocs-material`:

```bash
sudo apt-get install libcairo2 pango1.0-tools
```

### Cloning the Repository

Next, clone the Armbian documentation repository:
Expand Down

0 comments on commit 1c16ce9

Please sign in to comment.