diff --git a/README.md b/README.md index fa9fc13..cee181c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ repository. - [Configuration](#configuration) - [Templates](#templates) - [Environment variables](#environment-variables) -- [Setting up a Git forge on your web server](#setting-up-a-git-forge-on-your-web-server) +- [Creating a Git forge on your web server](#creating-a-git-forge-on-your-web-server) - [Alternative Git-to-HTML tools](#alternative-git-to-html-tools) - [Existing Git forges](#existing-git-forges) - [Existing Git forge software](#existing-git-forge-software) @@ -102,12 +102,13 @@ You can provide a generic description by setting the `REPO2HTML_DESCRIPTION` environment variable, or by adding a description in a `description` file in the root directory of your Git repository. -## Setting up a Git forge on your web server +## Creating a Git forge on your web server Refer to [Create a Git forge with repo2html](documentation/create-a-git-forge-with-repo2html.md.html) -to learn how use `repo2html` as a post-receive hook to auto-generate HTML -webpages for bare Git repositories on a remote web server. +to learn how use `repo2html` in a `post-receive` hook to auto-generate HTML +representations of bare Git repositories on a remote web server after you `git +push` to them. ## Alternative Git-to-HTML tools diff --git a/documentation/create-a-git-forge-with-repo2html.md b/documentation/create-a-git-forge-with-repo2html.md index 68be7b0..9207c8b 100644 --- a/documentation/create-a-git-forge-with-repo2html.md +++ b/documentation/create-a-git-forge-with-repo2html.md @@ -1,8 +1,8 @@ # Create a Git forge with repo2html -This tutorial teaches you how to use `repo2html` as a post-receive hook to -auto-generate HTML webpages for bare Git repositories on a remote web server -after you `git push` to them. +This tutorial teaches you how to use `repo2html` in a `post-receive` hook to +auto-generate HTML representations of bare Git repositories on a remote web +server after you `git push` to them. A Git forge is a website that provides HTML representations of Git repositories, so visitors don't need to clone repositories to view their