Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nrctkno authored Jan 24, 2021
1 parent abcd2cf commit 47b1763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ If we're auditing text, then we want to keep the text, right? This script that t

1. Clone the script in your public html folder.
2. Run it:
a. From your browser: Access to `http://localhost/git_diff_renderer/git_diff_renderer.php?path=path/to/your/git/repo/folder`. Replace `localhost` by a valid host.
b. From command line: `php -f git_diff_renderer.php path=path/to/your/git/repo/folder > output.html`
- From your browser: Access to `http://localhost/git_diff_renderer/git_diff_renderer.php?path=path/to/your/git/repo/folder`. Replace `localhost` by a valid host.
- From command line: `php -f git_diff_renderer.php path=path/to/your/git/repo/folder > output.html`

![screenshot](screenshot.png)

Expand Down

0 comments on commit 47b1763

Please sign in to comment.