From 0ae3cda793164062e90b28ed09e554678365c01b Mon Sep 17 00:00:00 2001 From: William Stearns Date: Tue, 20 Aug 2024 14:37:54 -0400 Subject: [PATCH] Also remove zeek install instructions as zeek is included now. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 6711259..5b90d14 100644 --- a/README.md +++ b/README.md @@ -59,17 +59,6 @@ The framework ingests [Zeek Logs](https://www.zeek.org/) in TSV or JSON format, -## Installing Zeek -If you do not already have Zeek installed, it can be installed from [docker-zeek](https://github.com/activecm/docker-zeek). - -``` -sudo wget -O /usr/local/bin/zeek https://raw.githubusercontent.com/activecm/docker-zeek/master/zeek - -sudo chmod +x /usr/local/bin/zeek - -zeek start -``` - ## Importing Import data into RITA using the `import` command: ```