Skip to content

Commit

Permalink
readme: updated texts
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 21, 2024
1 parent 355a2f5 commit ac15b45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ quarto preview .

This command will initiate a local preview of the documentation portal, allowing you to review your changes before committing them.


## Deliverables

As the content of this repository is also represented in a deliverable, we can use the Qaurto framework to generate the content of the deliverable.
You can preview the deliverable by exeucting the following command:
Since the content of this repository is also included in a deliverable, we can use the Quarto framework to generate the
deliverable content. To preview the deliverable, execute the following command:

```bash
quarto preview deliverable/<name>.md
```

If you want to generate the corresponding Word document, please execute the following command:
To generate the corresponding Word document, use the following command:

```bash
quarto render deliverable/<name>.md --to docx
```

0 comments on commit ac15b45

Please sign in to comment.