diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -103,4 +103,10 @@ Although, `swift-gopher` does not currently have a native HTTP handler, you can - [ ] Verify Compatibility with other Gopher Clients - [ ] Support Gemini Protocol - [ ] Add a client library -- [ ] Add native HTTP handler
\ No newline at end of file +- [ ] Add native HTTP handler + +## Generating Docs + +```bash +swift package --allow-writing-to-directory docs generate-documentation --transform-for-static-hosting --target swift-gopher --output-path docs --hosting-base-path swift-gopher +```
\ No newline at end of file |