Update install-guide.md

fixing the guide for the chown command. The current guide results in an error '''chown: -R: No such file or directory'''
This commit is contained in:
Kaushal Parikh
2021-12-29 19:13:34 +00:00
committed by GitHub
parent afc52c572b
commit 526f8f72ee
+1 -1
View File
@@ -17,7 +17,7 @@ cd Shuffle
3. Fix prerequisites for the Opensearch database (Elasticsearch):
```
sudo chown 1000:1000 -R shuffle-database # Required for Opensearch
sudo chown -R 1000:1000 shuffle-database # Required for Opensearch
```
4. Run docker-compose.