diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-28 01:10:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-28 01:10:31 +0200 |
commit | b000f5eca73e014b2a8c596fe429768726b86463 (patch) | |
tree | d2b4e661df2c80e5ca1938f166534d796ac13ba2 | |
parent | 35cbb8647d6919f22f04201f954e01a29eac2a4a (diff) | |
download | hex-b000f5eca73e014b2a8c596fe429768726b86463.tar.gz hex-b000f5eca73e014b2a8c596fe429768726b86463.tar.xz hex-b000f5eca73e014b2a8c596fe429768726b86463.zip |
README.adoc: add a missing line break
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 32436c6..6eb69c0 100644 --- a/README.adoc +++ b/README.adoc @@ -23,7 +23,7 @@ Building and Running -------------------- Build dependencies: CMake, pkg-config, awk, liberty (included), termo (included), asciidoctor or asciidoc (recommended but optional) + -Runtime dependencies: ncursesw, libunistring, Lua >= 5.3 (for highlighting) +Runtime dependencies: ncursesw, libunistring, Lua >= 5.3 (for highlighting) + Optional runtime dependencies: x11, xft $ git clone --recursive https://git.janouch.name/p/hex.git |