File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,16 @@ Run the following command to install using [Homebrew](https://brew.sh/):
34
34
$ brew install swiftdocorg/formulae/swift-doc
35
35
```
36
36
37
+ #### Docker
38
+
39
+ You can run ` swift-doc ` from the latest [ Docker] [ docker ] image
40
+ with the following commands:
41
+
42
+ ``` terminal
43
+ $ docker pull swiftdoc/swift-doc:latest
44
+ $ docker run -it swiftdoc/swift-doc
45
+ ```
46
+
37
47
#### Manually
38
48
39
49
Run the following commands to build and install manually:
@@ -367,4 +377,5 @@ Mattt ([@mattt](https://twitter.com/mattt))
367
377
[dot] : https://en.wikipedia.org/wiki/DOT_(graph_description_language)
368
378
[graphviz] : https://www.graphviz.org
369
379
[libxml2] : https://en.wikipedia.org/wiki/Libxml2
380
+ [docker] : https://www.docker.com
370
381
[semver] : https://semver.org
You can’t perform that action at this time.
0 commit comments