Skip to content
Snippets Groups Projects
Commit 3a637fd9 authored by jacques.dainat_ird.fr's avatar jacques.dainat_ird.fr
Browse files

fix conflict

parents d8f0d13f 039f74da
No related branches found
No related tags found
No related merge requests found
Pipeline #84145 passed
image: ubuntu:latest
image: ubuntu:jammy
workflow:
rules:
......
......@@ -86,7 +86,7 @@ For the extensions:
For the plugins:
`pip install mkdocs-minify-plugin`
`pip install mkdocs-macros-plugin`
`pip install mkdocs-macros-plugin`
`pip install mkdocs-include-markdown-plugin`
##### Conda
......
......@@ -36,7 +36,7 @@ var=$(command)
## String Commands Together
It is possible to execute several commands in one line using **;** in between commands:
It is possible to execute several commands in one line using `;` in between commands:
```bash
command1 ; command2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment