Skip to content

Commit

Permalink
fix: freebsd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 authored Oct 12, 2022
1 parent 60e3575 commit 11ddd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ and then either `make install-local` to install just for your user account, or `

### FreeBSD

Note the recipe here specifies `py38-libusb1`. In case this is out of date, you need to choose
Note the recipe here specifies `py39-libusb1`. In case this is out of date, you need to choose
the usb package appropriate to the version of python that runs by default as `python3`.

```
sudo pkg install inkscape py38-libusb1
sudo pkg install inkscape py39-libusb1
cd /tmp
wget -c "https://github.com/fablabnbg/inkscape-silhouette/archive/main.zip"
unzip main.zip
Expand Down

0 comments on commit 11ddd7e

Please sign in to comment.