File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
112112 go get github.com/gophergala2016/gophernotes
113113 ```
114114
115- if you get the error:
115+ if you get this error:
116116
117117 ```
118118 # pkg-config --cflags libzmq libzmq libzmq libzmq
@@ -150,12 +150,6 @@ This project came out of the [Gopher Gala](http://gophergala.com/) 2016. It is
150150 }
151151 ```
152152
153- - You may need set the `PKG_CONFIG_PATH` environmental variable to the path containing `libzmq.pc`. For example:
154-
155- ```
156- export PKG_CONFIG_PATH=/usr/local/Cellar/zeromq22/2.2.0/lib/pkgconfig/
157- ```
158-
159153## Getting Started
160154
161155- If you completed one of the local installs above (i.e., not the Docker install), start the jupyter notebook:
You can’t perform that action at this time.
0 commit comments