Skip to content

Commit

Permalink
Automatic readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and Bisaloo committed Mar 21, 2024
1 parent a7b29b1 commit a44eda5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ Reports are provided a [rmarkdown
templates](https://rstudio.github.io/rstudio-extensions/rmarkdown_templates.html).
You can load them either via RStudio graphical interface

![Graphical interface to open a soap rmarkdown template in
RStudio](man/figures/template_rstudio.png)
<figure>
<img src="man/figures/template_rstudio.png"
alt="Graphical interface to open a soap rmarkdown template in RStudio" />
<figcaption aria-hidden="true">Graphical interface to open a soap
rmarkdown template in RStudio</figcaption>
</figure>

or by running:

Expand All @@ -58,13 +62,11 @@ episoap::list_templates()

You may need to install system dependencies:

```
# macOS
brew install libsodium cmake
# macOS
brew install libsodium cmake

# Linux (Debian based)
apt install libsodium-dev cmake
```
# Linux (Debian based)
apt install libsodium-dev cmake

## Related projects

Expand Down

0 comments on commit a44eda5

Please sign in to comment.