From 3656ea44471cf891cc5190797aa1c8cfdb2d66ed Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 20 Dec 2022 01:36:28 -0500 Subject: [PATCH] small tutorial fix --- documentation/create-a-git-forge-with-repo2html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/create-a-git-forge-with-repo2html.md b/documentation/create-a-git-forge-with-repo2html.md index 9207c8b..4ff7511 100644 --- a/documentation/create-a-git-forge-with-repo2html.md +++ b/documentation/create-a-git-forge-with-repo2html.md @@ -125,6 +125,8 @@ On your local machine, follow the steps below: 5. Run `git commit -m "my first commit"`. 6. Run `git remote add origin git@example.com:~/projects/my-repository`. 7. Run `git push`. -8. Navigate to `https://git.example.com/my-repository`. +8. Navigate to `https://git.example.com/my-repository` in your browser. + +