diff --git a/.github/install-guide.md b/.github/install-guide.md index 67ada37a..5010c671 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -27,7 +27,6 @@ cd Shuffle 3. Fix prerequisites for the Opensearch database (Elasticsearch): ```bash -mkdir shuffle-database # Create a database folder sudo chown -R 1000:1000 shuffle-database # IF you get an error using 'chown', add the user first with 'sudo useradd opensearch' sudo swapoff -a # Disable swap