Update install-guide.md

This commit is contained in:
Frikky
2025-10-20 13:12:45 +02:00
committed by GitHub
parent a836d7c0fe
commit fedfa80d27
+1 -1
View File
@@ -25,7 +25,7 @@ git clone https://github.com/Shuffle/Shuffle
cd Shuffle
```
3. Fix prerequisites for the Opensearch database (Elasticsearch):
3. Fix prerequisites for the Opensearch database (Elasticsearch also works). This requires the `shuffle-database` folder to exist.
```bash
sudo chown -R 1000:1000 shuffle-database # IF you get an error using 'chown', add the user first with 'sudo useradd opensearch'