Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit d92327b

Browse files
authored
Adjust instructions for FreeBSD
Short after the FreeBSD port was added it had to be renamed by policy in order to have the same name as published on PyPI. This change adjusts the Building/Installing instructions accordingly.
1 parent 8e20ba0 commit d92327b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Building/Installing on FreeBSD
2727

2828
On FreeBSD you can install the packages:
2929

30-
pkg install security/py-btchip
30+
pkg install security/py-btchip-python
3131

3232
or build via ports:
3333

34-
cd /usr/ports/security/py-btchip
34+
cd /usr/ports/security/py-btchip-python
3535
make install clean
3636

3737

0 commit comments

Comments
 (0)