diff options
Diffstat (limited to 'tutorials/set-up-account-and-hg.md')
-rw-r--r-- | tutorials/set-up-account-and-hg.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/set-up-account-and-hg.md b/tutorials/set-up-account-and-hg.md index 3d2cc7c..ecfe37d 100644 --- a/tutorials/set-up-account-and-hg.md +++ b/tutorials/set-up-account-and-hg.md @@ -19,7 +19,7 @@ need to set up your SSH key and add it on the keys page. ## Generating an SSH key sr.ht does not support pushing to Mercurial repositories over HTTPS with a -username+password - SSH keys are mandatory. If you already have an SSH key, you +username+password — SSH keys are mandatory. If you already have an SSH key, you can skip this step. If not, run the following command to generate one: ssh-keygen @@ -68,7 +68,7 @@ Run the following command to push your changes to hg.sr.ht: hg push ssh://hg@hg.sr.ht/~{{{srht_username}}}/example Since this repository didn't previously exist, you'll be prompted with a link to -create the repository on hg.sr.ht - click that link and fill out the form on +create the repository on hg.sr.ht — click that link and fill out the form on that page. You'll be redirected to your repository on hg.sr.ht: you're done! You can save yourself some typing and just run `hg push` next time by adding |