diff --git a/appview/pages/templates/repo/empty.html b/appview/pages/templates/repo/empty.html index 9eff2036..e90a21c2 100644 --- a/appview/pages/templates/repo/empty.html +++ b/appview/pages/templates/repo/empty.html @@ -32,8 +32,10 @@
This is an empty repository. To get started:
{{ $bullet := "mx-2 text-xs bg-gray-200 dark:bg-gray-600 rounded-full size-5 flex items-center justify-center font-mono inline-flex align-middle" }} -1Add a public key to your account from the settings page
-2Configure your remote to git@{{ $knot }}:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
+1Add an SSH public key to your account from the settings page.
+ If you don't have one, you can generate a new SSH key pair using the following command: ssh-keygen -t ed25519 -C "you@example.com"
+
2Configure your remote to git@{{ $knot }}:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
3Push!