From 9c3380d80bf89488f9fc332f79ab9ebbb897c519 Mon Sep 17 00:00:00 2001 From: Frikky Date: Thu, 16 Feb 2023 18:28:20 +0100 Subject: [PATCH] Update install-guide.md --- .github/install-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index 4b35ca59..44d7f5dc 100644 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -27,12 +27,12 @@ sudo chown -R 1000:1000 shuffle-database docker-compose up -d ``` -5. Recommended for Elasticsearch to work well +5. Recommended for Opensearch to work well ```bash sudo sysctl -w vm.max_map_count=262144 # https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html ``` -When you're done, skip to the "After installation" step below. +When you're done, skip to the [After installation](#after-installation) step below. ## Windows with WSL This step is for setting up with Docker on windows from scratch.