Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adds the workaround from rmculpepper#11 to the readme.
  • Loading branch information
NightMachinery committed Feb 17, 2022
1 parent 9af0e87 commit a98b592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ interactive notebook-style programming with Racket.
* [ZeroMQ](http://zeromq.org)
- on Debian/Ubuntu Linux: install the `libzmq5` package
- on RedHat/Fedora (Linux): install the `zeromq` package
- on MacOS with Homebrew: run `brew install zmq`
- on MacOS with Homebrew:
- run `brew install zmq`
- run `zsh -c 'a=(/usr/local/Cellar/zeromq/*/lib/libzmq.5.dylib(om)) ; for d in /Applications/Racket*/lib/ ; do ; gcp -v ${a[1]} "$d" ; done'`
- on Windows, automatically installed by Racket's `zeromq-r-lib` package
- for other systems, see http://zeromq.org

Expand Down

0 comments on commit a98b592

Please sign in to comment.