Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusS committed Apr 10, 2015
1 parent 630c422 commit aec8e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Although Jitsu can be used with any VM that can be controlled with libvirt, it i
## Getting started ##

Jitsu depends on libvirt to manage VMs. To install libvirt on Debian/Ubuntu run `sudo apt-get install libvirt-bin`, on OSX run `brew install libvirt`.
```

To install the OCaml libvirt bindings on OS X we have to set CPPFLAGS first (due to this [bug](https://github.com/ocaml/opam-repository/issues/2621)). This step can be skipped on other platforms.

```
CPPFLAGS="-Wno-error=tautological-compare -Wno-error=unused-function" opam install libvirt
```
Expand Down

0 comments on commit aec8e6a

Please sign in to comment.