Skip to content

Commit

Permalink
fix bash codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed Mar 10, 2024
1 parent 17fe791 commit 0f6516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/readme_generator/templates/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos

To try the testing branch, please proceed like that.

``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
or
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
Expand Down
2 changes: 1 addition & 1 deletion tools/readme_generator/templates/README_fr.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno

Pour essayer la branche testing, procédez comme suit.

``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
ou
sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug
Expand Down

0 comments on commit 0f6516b

Please sign in to comment.