Skip to content

Commit

Permalink
README.md: fix misleading sentence
Browse files Browse the repository at this point in the history
Problem: a sentence in the README doesn't make sense, it sets up
an "either... or" clause but then doesn't follow up with the "or"
part.

Fix the sentence.
  • Loading branch information
jameshcorbett committed Sep 11, 2024
1 parent bdf2600 commit 04ed16f
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 @@ -28,8 +28,8 @@ If you want to generate the container manually, this is also an option! First bu
```bash
$ docker build -f ./.devcontainer/Dockerfile -t flux-docs .
```
This will build the base environment. You can then bind your container to the present working directory to
build, either interactively:
This will build the base environment. You can then bind your container to the present
working directory to build:

```bash
$ docker run -it --rm -v $PWD/:/workspace/flux-docs flux-docs flux start make html
Expand Down

0 comments on commit 04ed16f

Please sign in to comment.