Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jura committed Oct 11, 2024
1 parent 7f4fece commit 1df3b71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ mkdir samples
# expect files in ./samples directory, and keep index in ./index.
vim .env
docker compose up --scale daemon=3 # this will take a while
docker compose exec web python3 -m mquery.db
```

- Good for testing mquery and production deployments on a single server
Expand All @@ -38,7 +37,6 @@ cd mquery
# expect files in ./samples directory, and keep index in ./index.
vim .env
docker compose -f docker-compose.dev.yml up # this will take a while
docker compose exec dev-web python3 -m mquery.db
```

- Good for development - all file changes will be picked up automatically.
Expand Down

0 comments on commit 1df3b71

Please sign in to comment.