SoftServe: improve help documentation
Change-Id: I6a1273b818850f4729be58f7560f6a0490e5340f
diff --git a/core/installer/values-tmpl/soft-serve.cue b/core/installer/values-tmpl/soft-serve.cue
index be7f30e..b99430a 100644
--- a/core/installer/values-tmpl/soft-serve.cue
+++ b/core/installer/values-tmpl/soft-serve.cue
@@ -80,8 +80,9 @@
contents: """
SSH CLI: ssh \(_domain) -p \(input.sshPort) help
SSH TUI: ssh \(_domain) -p \(input.sshPort)
- HTTP: git clone https://\(_domain)/<REPO-NAME>
- SSH: git clone ssh://\(_domain):\(input.sshPort)/<REPO-NAME>
+ Create repository: ssh \(_domain) -p \(input.sshPort) repos create \\<REPO-NAME\\>
+ HTTP: git clone https://\(_domain)/\\<REPO-NAME\\>
+ SSH: git clone ssh://\(_domain):\(input.sshPort)/\\<REPO-NAME\\>
See following resource on what you can do with Soft-Serve TUI: [https://github.com/charmbracelet/soft-serve](https://github.com/charmbracelet/soft-serve)
"""