We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4eccc commit c153862Copy full SHA for c153862
README.md
@@ -28,7 +28,7 @@ Get it
28
29
Open it
30
- using MonoDevelop or Visual Studio
31
-- using Texteditor gedit or GNU emacs do `msbuild clrzmq4.mono.sln` or `msbuild clrzmq4.netcore.sln`.
+- using Texteditor gedit or GNU emacs do `msbuild clrzmq4.mono.sln` or `nuget restore && msbuild clrzmq4.netcore.sln`.
32
33
Run it
34
- You can't run ZeroMQ/clrzmq4 directly, because this is a library.
0 commit comments