mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Mention zsh and fish in readme
This commit is contained in:
parent
8f5e516b39
commit
e05933c641
1 changed files with 6 additions and 0 deletions
|
@ -198,6 +198,12 @@ gdb foo.com -ex 'add-symbol-file foo.com.dbg 0x401000'
|
|||
|
||||
## Platform Notes
|
||||
|
||||
### Shells
|
||||
|
||||
If you use zsh and have trouble running APE programs try `sh -c ./prog`
|
||||
or simply upgrade to zsh 5.9+ (since we patched it two years ago). The
|
||||
same is the case for Python `subprocess`, old versions of fish, etc.
|
||||
|
||||
### Linux
|
||||
|
||||
Some Linux systems are configured to launch MZ executables under WINE.
|
||||
|
|
Loading…
Reference in a new issue