We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6749eb commit 14c0eb0Copy full SHA for 14c0eb0
README.md
@@ -44,6 +44,15 @@ $ cd swift-doc
44
$ make install
45
```
46
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
56
### Usage
57
58
OVERVIEW: A utility for generating documentation for Swift code.
@@ -357,4 +366,5 @@ Mattt ([@mattt](https://twitter.com/mattt))
357
366
[pcre]: https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions
358
367
[dot]: https://en.wikipedia.org/wiki/DOT_(graph_description_language)
359
368
[graphviz]: https://www.graphviz.org
369
+[libxml2]: https://en.wikipedia.org/wiki/Libxml2
360
370
[semver]: https://semver.org
0 commit comments