Skip to content

Commit

Permalink
removed --enable-sasl from librdkafka commands (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekseisollc committed Jun 30, 2022
1 parent fbe4012 commit b632187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A Zeek log writer that sends logging output to Kafka, providing a convenient mea
```
$ curl -L https://github.com/edenhill/librdkafka/archive/v1.4.4.tar.gz | tar xvz
$ cd librdkafka-1.4.4/
$ ./configure --enable-sasl
$ ./configure
$ make
$ sudo make install
```
Expand Down

0 comments on commit b632187

Please sign in to comment.