Skip to content

Commit cb23cf7

Browse files
authored
Add FreeBSD dependencies
Add command to install the FreeBSD dependencies via packages collection
1 parent 896c54b commit cb23cf7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ $ sudo dnf install ncurses-devel git ctags-etags curl
4242
$ sudo zypper in ncurses-devel git ctags curl
4343
```
4444

45+
### BSD
46+
47+
* FreeBSD via *packages collection*
48+
```
49+
# pkg install git p5-Parse-ExuberantCTags ncurses curl
50+
```
51+
4552
### Python bundle (optionally)
4653

4754
* pyflakes

0 commit comments

Comments
 (0)