diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-15 19:31:33 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-15 19:31:54 +0200 |
commit | da0252ff986c8e365f8252a95ba2eedd529f135c (patch) | |
tree | a442f5a5d6df20e493c98308fbe772b8bec65b91 | |
parent | 98da5f6d35c1192e7660a02a34a5e5be5ce3ab6c (diff) | |
download | sdn-da0252ff986c8e365f8252a95ba2eedd529f135c.tar.gz sdn-da0252ff986c8e365f8252a95ba2eedd529f135c.tar.xz sdn-da0252ff986c8e365f8252a95ba2eedd529f135c.zip |
README: make it also work with asciidoctor
-rw-r--r-- | README.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 9bdb1fb..320e132 100644 --- a/README.adoc +++ b/README.adoc @@ -21,8 +21,11 @@ Building Build dependencies: CMake and/or make, a C++14 compiler, pkg-config + Runtime dependencies: ncursesw, libacl +// Working around libasciidoc's missing support for escaping it like \++ +:doubleplus: ++ + Unfortunately most LLVM libc++ versions have a bug that crashes 'sdn' on start. -Use GNU libstdc++ if you're affected. +Use GNU libstdc{doubleplus} if you're affected. $ git clone https://git.janouch.name/p/sdn.git $ mkdir sdn/build |