mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
darling: add page (#14980)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user