diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 02:28:31 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-17 02:28:31 -0700 |
commit | b9c9b05ab48828575ae2574aa46644c612d4971d (patch) | |
tree | a5f20cf899c9ec63cd51241506ef6f42f458a74f /README.md | |
parent | 695d64d350ea889446445c1eeccfa6b54f3ecf4d (diff) |
generate docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,5 +109,5 @@ Although, `swift-gopher` does not currently have a native HTTP handler, you can ## 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 +./generate_docs.sh swiftGopherClient swift-gopher GopherHelpers ``` |