Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 14c0eb0

Browse files
committed
Update Installation section with instructions for installing prerequisites on Linux
1 parent d6749eb commit 14c0eb0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ $ cd swift-doc
4444
$ make install
4545
```
4646

47+
If you're on Ubuntu Linux,
48+
you may need to first install the prerequisites
49+
by running the following command:
50+
51+
```terminal
52+
$ apt-get update
53+
$ apt-get install -y libxml2-dev graphviz
54+
```
55+
4756
### Usage
4857

4958
OVERVIEW: A utility for generating documentation for Swift code.
@@ -357,4 +366,5 @@ Mattt ([@mattt](https://twitter.com/mattt))
357366
[pcre]: https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions
358367
[dot]: https://en.wikipedia.org/wiki/DOT_(graph_description_language)
359368
[graphviz]: https://www.graphviz.org
369+
[libxml2]: https://en.wikipedia.org/wiki/Libxml2
360370
[semver]: https://semver.org

0 commit comments

Comments
 (0)