docs: Fix typos
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions

This commit is contained in:
adombeck 2025-01-15 18:54:43 +01:00 committed by Alex
parent d20435eb21
commit 462a972abc

View file

@ -49,7 +49,7 @@ To build a VM image for development purpose, run the following from the `tests`
| Debian | Server | `make debian flavor=server` | `debian-server` | | Debian | Server | `make debian flavor=server` | `debian-server` |
| openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` | | openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` | | Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` | | Ubuntu | Desktop | `make ubuntu flavor=desktop` | `ubuntu-desktop` |
**VM management** **VM management**
@ -88,7 +88,7 @@ On all images, `aa-update` can be used to rebuild and install the latest version
Prepare the test environment: Prepare the test environment:
```sh ```sh
cd tests cd tests
make <dist> falvor=<flavor> make <dist> flavor=<flavor>
AA_INTEGRATION=true vagrant up <name> AA_INTEGRATION=true vagrant up <name>
``` ```