diff options
author | Sol Fisher Romanoff <sol@solfisher.com> | 2021-05-16 10:47:31 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-05-16 14:09:03 -0400 |
commit | 655619212e4295430f6f8adc14b77a8e0db216f3 (patch) | |
tree | 9faa6b3c28f0d46e32c49188f7ff73eadca3ebe7 /tutorials/set-up-account-and-hg.md | |
parent | 85fa43ca03fa2663a2f950d7e738eb0836b5449e (diff) | |
download | sr.ht-docs-655619212e4295430f6f8adc14b77a8e0db216f3.tar.gz |
s/hyphen/em dash/g
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 |