diff --git a/README.md b/README.md index 4b7ab60..381360a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can `repo2html` by changing the following items: You can customize `repo2html` by editing the `assets/templates/default.html`, and then specifying the path to the `default.html` file as the second command-line argument when running `repo2html`. -For example, if you placed a `default.html` file in `~/bin/templates`, and you serve HTML files from `/var/www/git`, then you run `repo2html /var/www/git ~/bin/templates`. +For example, if you placed a `default.html` file in `~/bin`, and you serve HTML files from `/var/www/git`, then you run `repo2html /var/www/git ~/bin`. ### Environment variables diff --git a/documentation/create-a-git-forge-with-repo2html.md b/documentation/create-a-git-forge-with-repo2html.md index 20ee280..68be7b0 100644 --- a/documentation/create-a-git-forge-with-repo2html.md +++ b/documentation/create-a-git-forge-with-repo2html.md @@ -103,7 +103,7 @@ Ensure you're in the repo2html git repository, and follow the steps below: 6. Run `ln -sf ~/bin/post-receive ~/projects/my-repository/hooks/post-receive`. 7. Run `cp assets/templates/default.html ~/bin`. 8. In the `assets/post-receive` file, change - `path/to/directory/containing/template` to `~/bin/default.html` + `path/to/directory/containing/template` to `~/bin` ### Enable cloning over git://