diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-27 23:37:39 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-27 23:37:39 +0000 |
| commit | c40efa950ede40504740ed6104a12b80d2d2d6e9 (patch) | |
| tree | 770a58be605466536429fa27e141047a89db798c /cmd/root.go | |
| parent | 12c654c18d05586f9672a81a690a30cefcdf3084 (diff) | |
fix: init command downloads themes from github
Diffstat (limited to 'cmd/root.go')
| -rw-r--r-- | cmd/root.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/root.go b/cmd/root.go index 3ef07bc..ef43fa8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -65,5 +65,6 @@ EXAMPLES: DESCRIPTION: Kite converts your content into a static website using themes and templates. + Use 'kite init' to start a new blog project. `) } |
