darling: add page (#14980)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Igor Támara
2024-11-30 06:56:21 -05:00
committed by GitHub
parent 0ddf1f3d4a
commit 37f3a17042

20
pages/linux/darling.md Normal file
View File

@@ -0,0 +1,20 @@
# darling
> Run macOS software on Linux.
> More information: <https://darlinghq.org>.
- Run a builtin command:
`darling shell {{uname}}`
- Run a specific program in the current path with arguments:
`darling shell {{./program}} {{program_argument_1 program_argument_2 ...}}`
- Open a macOS shell:
`darling shell`
- Shutdown the service:
`darling shutdown`