Skip to content

Commit 1de104f

Browse files
authored
Improve Linux dependencies formatting in README.md
Currently it's hard to see the amount of Ubuntu package dependencies at a glance as it requires horizontal scrolling, even with Markdown rendered on GitHub. Reformatting this for multiple lines makes it easier to read.
1 parent 355148d commit 1de104f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ Instructions for installing CMake and Ninja directly can be found [below](#build
110110

111111
For Ubuntu, you'll need the following development dependencies:
112112

113-
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync python-six
113+
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libedit-dev \
114+
libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev \
115+
systemtap-sdt-dev tzdata rsync python-six
114116

115117
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
116118
with version 2 shipped with Ubuntu.

0 commit comments

Comments
 (0)