small wording edit

This commit is contained in:
m455 2022-12-20 01:22:38 -05:00
parent a063ba31fa
commit d210d06f8f
2 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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