Mention zsh and fish in readme

This commit is contained in:
Justine Tunney 2023-11-15 23:25:47 -08:00
parent 8f5e516b39
commit e05933c641
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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.