From 97fda5999916ee554bd00ef760d409c84e4b6e16 Mon Sep 17 00:00:00 2001 From: Felix Frank Date: Wed, 3 Feb 2016 00:10:59 +0100 Subject: [PATCH] README: make code actually display as multi line --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61af8d82..2e9bca31 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ There are currently a few known bugs which I hope to squash soon. ## Dependencies: * golang (required, available in most distros) * golang libraries (required, available with `go get`) - ``` - go get github.com/coreos/etcd/client - go get gopkg.in/yaml.v2 - go get gopkg.in/fsnotify.v1 - go get github.com/codegangsta/cli - go get github.com/coreos/go-systemd/dbus - go get github.com/coreos/go-systemd/util - ``` + + go get github.com/coreos/etcd/client + go get gopkg.in/yaml.v2 + go get gopkg.in/fsnotify.v1 + go get github.com/codegangsta/cli + go get github.com/coreos/go-systemd/dbus + go get github.com/coreos/go-systemd/util + * pandoc (optional, for building a pdf of the documentation) * graphviz (optional, for building a visual representation of the graph)