Update README for generating documentation
This commit is contained in:
parent
13ed82b066
commit
e1dfba102a
|
@ -13,8 +13,8 @@ You'll need Xcode 11.5 / Swift 5.2 installed along with the command line tools t
|
|||
Additionally, documentation is generated by [SwiftDoc](https://github.com/SwiftDocOrg/swift-doc). After making any changes to the package's public API, you'll need to regenerate the docs; to do so, run the following commands in the terminal from the root directory of the package:
|
||||
|
||||
```bash
|
||||
$ rm -rf docs/
|
||||
$ swift doc generate Sources --module-name WriteFreely --output docs
|
||||
$ rm -rf .build/documentation
|
||||
$ swift doc generate Sources --module-name WriteFreely
|
||||
```
|
||||
|
||||
### Installing
|
||||
|
|
Loading…
Reference in New Issue