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:
parent
3782903642
commit
386505d0e0
1 changed files with 6 additions and 3 deletions
|
@ -182,7 +182,10 @@ installed during the `installdepends` step.
|
|||
For example:
|
||||
|
||||
```bash
|
||||
depends=("ncurses" "gettext")
|
||||
depends=(
|
||||
'gettext'
|
||||
'ncurses'
|
||||
)
|
||||
```
|
||||
|
||||
#### `files`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue