Skip to content

Commit 96e735d

Browse files
nrekreteptsenart
authored andcommitted
Adds installation instructions for FreeBSD to README
Signed-off-by: Tomás Senart <[email protected]>
1 parent 6aa0607 commit 96e735d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Or with [MacPorts](https://www.macports.org/):
2626
$ port install vegeta
2727
```
2828

29+
### FreeBSD
30+
31+
On FreeBSD you can install Vegeta with the built in package manager because there is a [Vegeta Package](https://www.freshports.org/benchmarks/vegeta) available.
32+
33+
```shell
34+
$ pkg install vegeta
35+
```
36+
2937
### Source
3038

3139
```shell

0 commit comments

Comments
 (0)