aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-11-02 21:19:41 +0100
committerPřemysl Janouch <p@janouch.name>2018-11-02 21:19:41 +0100
commit3c056dde9138d3c575cde8acb9fa9c8851e1072e (patch)
tree9da2ee31b096bcef9dad4a9af143c37682e74f03 /README.adoc
parent081b4db5c38dcc6632577a19e46994f62e6cf5cb (diff)
downloadsdn-3c056dde9138d3c575cde8acb9fa9c8851e1072e.tar.gz
sdn-3c056dde9138d3c575cde8acb9fa9c8851e1072e.tar.xz
sdn-3c056dde9138d3c575cde8acb9fa9c8851e1072e.zip
Add screenshot to README
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 293f0d9..45c69a0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,10 +14,12 @@ commands. It enables you to:
The only supported platform is Linux. I wanted to try a different, simpler
approach here, and the end result is very friendly to tinkering.
+image::sdn.png[align="center"]
+
Building
--------
Build dependencies: CMake and/or make, a C++14 compiler, pkg-config +
-Runtime dependencies: ncursesw
+Runtime dependencies: ncursesw, libacl
$ git clone https://github.com/pjanouch/sdn.git
$ mkdir sdn/build