diff --git a/README.md b/README.md index 484a5e1..9ba3ddd 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,27 @@ flowise-docker -Create Required Folders First (Important) +# Create Required Folders First (Important) On your server run: -'''' +```bash mkdir -p /opt/ai-stack/flowise mkdir -p /opt/ai-stack/data -'''' +``` Set permission: -'''' +```bash chmod -R 777 /opt/ai-stack -'''' +``` #Where FAISS index will be saved Inside Flowise set path like: - +```bash /opt/ai-stack/data/faiss.index +``` Host location: - -/opt/ai-stack/data/ \ No newline at end of file +```bash +/opt/ai-stack/data/ +``` \ No newline at end of file