You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to development dependencies and reword text in order to encourage installation of all prerequisites before attempting to build. Incidentally fix punctuation.
Conform line-wrapping to prevailing standards throughout the document.
Copy file name to clipboardExpand all lines: README.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,9 @@ To read the documentation, start by installing the
30
30
`easy_install -U Sphinx`
31
31
32
32
Once complete, you can build the Swift documentation by changing directory into
33
-
[docs](https://github.com/apple/swift/tree/master/docs) and typing `make`. This compiles the `.rst` files in the [docs](https://github.com/apple/swift/tree/master/docs) directory
34
-
into HTML in the `docs/_build/html` directory.
33
+
[docs](https://github.com/apple/swift/tree/master/docs) and typing `make`. This
34
+
compiles the `.rst` files in the [docs](https://github.com/apple/swift/tree/master/docs)
35
+
directory into HTML in the `docs/_build/html` directory.
35
36
36
37
Many of the docs are out of date, but you can see some historical design
37
38
documents in the `docs` directory.
@@ -56,7 +57,8 @@ supported host development operating systems.
56
57
57
58
For macOS, you need [Xcode 9.0 beta 2](https://developer.apple.com/xcode/downloads/).
58
59
59
-
For Ubuntu, you'll need the following development dependencies:
60
+
<aname="linux-dependencies"></a>For Ubuntu, you'll need the following
0 commit comments