Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix docs by adding a space
  • Loading branch information
RandoNandoz authored May 14, 2024
1 parent 86bf1e6 commit f313523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ engine for this, so pandas and some CSV handles the query.
### Deployment

First, pull the required course data by running
`git submodule init && git submodule update --init--recursive`.
`git submodule init && git submodule update --init --recursive`.

Install Docker, and Docker Compose v2.

Expand All @@ -31,4 +31,4 @@ CLOUDFLARED_TUNNEL_TOKEN=abcd
```

Then run `docker compose up --build` to bring up the services. `docker compose up -d --build`
run the services in detached mode.
run the services in detached mode.

0 comments on commit f313523

Please sign in to comment.