ocaml-community / obus

Pure OCaml implementation of the D-Bus protocol
Other
33 stars 15 forks source link

Add note in README.md installation through opam #3

Closed ghost closed 10 years ago

ghost commented 10 years ago

Its trivial but a note in the README would be useful for newcomers (like me) trying to install obus for spotify-cli.

ghost commented 10 years ago
diff --git a/README.md b/README.md
index 8ae3196..98c24ee 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,9 @@ For building the development version, you also need to install
 Installation
 ------------

+If you are installing obus as a dependency for another project, 
+then the quickest way to get obus would be, `opam install obus`.
+
 To build and install obus:

     $ ./configure
ghost commented 10 years ago

Indeed, I added a note in the README

ghost commented 10 years ago

Thank you :)