aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/set-up-account-and-git.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/set-up-account-and-git.md')
-rw-r--r--tutorials/set-up-account-and-git.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/set-up-account-and-git.md b/tutorials/set-up-account-and-git.md
index ae8c131..138dcd9 100644
--- a/tutorials/set-up-account-and-git.md
+++ b/tutorials/set-up-account-and-git.md
@@ -20,7 +20,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 git 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
@@ -75,7 +75,7 @@ master branch to git.sr.ht:
git push -u origin master
Since this repository didn't previously exist, you'll be prompted with a link to
-create the repository on git.sr.ht - click that link and fill out the form on
+create the repository on git.sr.ht — click that link and fill out the form on
that page. You'll be redirected to your repository on git.sr.ht: you're done!
<div class="alert alert-primary">