aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2015-12-10 10:31:54 +0100
committerManuel Bachmann <manuel.bachmann@iot.bzh>2015-12-10 10:31:54 +0100
commit3dbf7f5d2a2815429ec8db27f1fc0967cd6f2492 (patch)
treebbc37512d5d2b2d1487621c55130ad14574c8181 /README.md
parent994ab8284565c4d3cd1c2e483c408ba63c124a3a (diff)
README.md: fix typos
Turn requirements list into real list, add carriage returns after each command line, add "$" before each command line. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index d252ec35..d04e247e 100644
--- a/README.md
+++ b/README.md
@@ -10,23 +10,24 @@ industry requirementsas the primary target for this code is AGL.
### Building
Building Application Framework Binder requires the following libraries:
-- libmagic ("libmagic-dev" under Debian/Ubuntu, "file-devel" under OpenSUSE);
-- libmicrohttpd ("libmicrohttpd-dev/devel");
-- json-c ("libjson-c-dev/devel");
+ * libmagic ("libmagic-dev" under Debian/Ubuntu, "file-devel" under OpenSUSE);
+ * libmicrohttpd ("libmicrohttpd-dev/devel");
+ * json-c ("libjson-c-dev/devel");
and the following tools:
-- pkg-config;
-- CMake >= 2.8.
+ * pkg-config;
+ * CMake >= 2.8.
To build from the root directory, please type:
-$ mkdir build; cd build
-& cmake ..
-& make; make install
+
+$ mkdir build; cd build<br />
+$ cmake ..<br />
+$ make; make install<br />
### Start
-afb-daemon --help
+$ afb-daemon --help
### Example
-afb-daemon --verbose --rootdir=/home/fulup/.AFB --alias=icons:/usr/share/icons
+$ afb-daemon --verbose --rootdir=/home/fulup/.AFB --alias=icons:/usr/share/icons
### Directory & Path
Default behaviour is to locate ROOTDIR in $HOME/.AFB