aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-12-17 02:28:31 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2023-12-17 02:28:31 -0700
commitb9c9b05ab48828575ae2574aa46644c612d4971d (patch)
treea5f20cf899c9ec63cd51241506ef6f42f458a74f /README.md
parent695d64d350ea889446445c1eeccfa6b54f3ecf4d (diff)
generate docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 461cef8..98c1e3a 100644
--- a/README.md
+++ b/README.md
@@ -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
```