From 0ef92f1e7bce33ca5c42bbe545630fe18c5bf028 Mon Sep 17 00:00:00 2001 From: Andrew Pease <7442091+peasead@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:48:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8872203..3423f13 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you're interested in more details regarding this project and what to do once 4. Change the default password of `changeme` in the `.env` file (don't change the `elastic` username, it's a [required built-in user](https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html)) 5. Bulk enable pre-built detection rules by OS in the `.env` file (not required, see usage below) 6. Make the `elastic-container.sh` shell script executable by running `chmod +x elastic-container.sh` -7. Execute the `elastic-container.sh` shell script with the start argument `./elastic-container start` +7. Execute the `elastic-container.sh` shell script with the start argument `./elastic-container.sh start` 8. Wait for the prompt to tell you to browse to https://localhost:5601 \ (You may be presented a browser warning due to the self-signed certificates. You can type `thisisnotsafe` or click to proceed after which you will be directed to the Elastic log in screen)