Update README.md

This commit is contained in:
Kayou 2021-01-07 11:08:36 +01:00 committed by GitHub
parent b1f78eba29
commit 86484dab62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,8 +78,6 @@ lxd init --storage-backend=zfs # Or use 'dir' if you have a kernel < 5.x or not
The base images for tests are centralized on `devbaseimgs.yunohost.org` and we'll download them from there to speed things up: The base images for tests are centralized on `devbaseimgs.yunohost.org` and we'll download them from there to speed things up:
```bash ```bash
# Stupid hack because ipv6 is interfering
echo "$(dig +short A devbaseimgs.yunohost.org | tail -n 1) devbaseimgs.yunohost.org" >> /etc/hosts
lxc remote add yunohost https://devbaseimgs.yunohost.org --public lxc remote add yunohost https://devbaseimgs.yunohost.org --public
``` ```
@ -249,4 +247,3 @@ The `package_check.sh` script accept 6 arguments in addition of the package to b
You can use an url with a branch, https://github.com/YunoHost-Apps/APP_ynh/tree/my_branch, to implicitly use this argument. You can use an url with a branch, https://github.com/YunoHost-Apps/APP_ynh/tree/my_branch, to implicitly use this argument.
- `--interactive`: Wait for user input between each tests - `--interactive`: Wait for user input between each tests
- `--help`: Display help. - `--help`: Display help.