1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:07:44 +00:00

Ports: Update README.md to show the right style for depends :^)

This commit is contained in:
Jelle Raaijmakers 2023-08-16 00:38:18 +02:00
parent 3782903642
commit 386505d0e0

View file

@ -182,7 +182,10 @@ installed during the `installdepends` step.
For example:
```bash
depends=("ncurses" "gettext")
depends=(
'gettext'
'ncurses'
)
```
#### `files`