Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MCC FReD
fred
Commits
f91cc98a
Commit
f91cc98a
authored
Jan 06, 2020
by
pfandzelter
Browse files
add comment to c import and add docker to readme
parent
e794eeae
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f91cc98a
...
...
@@ -7,7 +7,7 @@
## Setup
In order to run zmq please install
[
zmq
](
https://zeromq.org/download/
)
and
[
czmq
](
http://czmq.zeromq.org/page:get-the-software
)
.
On Arch, this is done by running
`yay -S czmq`
On Arch, this is done by running
`yay -S czmq`
. Or use the Docker image.
## Git Workflow
...
...
cmd/frednode/main.go
View file @
f91cc98a
package
main
// leave this in for cgo to work
import
"C"
import
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment