Skip to content

Commit f17cbcb

Browse files
authored
Update README.md
-Clarified requirements -Fix minor styling error in usage statements
1 parent 002168e commit f17cbcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This python script identifies websites with publicly accessible ```.git``` repos
1616
It checks if the ```.git/HEAD``` file contains ```refs/heads```.
1717

1818
```
19-
$./gitfinder.py -h
19+
$ ./gitfinder.py -h
2020
2121
###########
2222
# Finder is part of https://github.com/internetwache/GitTools
@@ -81,7 +81,7 @@ This script tries to recover incomplete git repositories:
8181
### Usage
8282

8383
```
84-
./extractor.sh /tmp/mygitrepo /tmp/mygitrepodump
84+
$ ./extractor.sh /tmp/mygitrepo /tmp/mygitrepodump
8585
```
8686
where
8787
- ```/tmp/mygitrepo``` contains a ```.git``` directory
@@ -99,7 +99,7 @@ Here's a small demo of the **Dumper** tool:
9999

100100
## Requirements
101101
* git
102-
* python
102+
* Python 3+
103103
* curl
104104
* bash
105105
* sed

0 commit comments

Comments
 (0)