Skip to content

Commit 2b2caf2

Browse files
authored
Update README.md
1 parent 7c51cf8 commit 2b2caf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you solely want to run the opentracker instance for specific torrents you hav
3232
Follow these steps to whitelist your .torrent files:
3333
1. Download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/)
3434
2. Open the `whitelist.txt` file in your favorite editor
35-
3. Copy & Paste your torrent info_hashes into the file
35+
3. Copy & Paste your torrent `info_hashes` into the file
3636
4. Uncomment line 37 in the `opentracker.conf`
3737
5. Open a terminal and `cd` into the project folder
3838
6. Run `docker build -t yourfancyname/opentracker .`
@@ -48,7 +48,7 @@ After the docker image was successfully built you can start a container:
4848
`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`
4949

5050
## How to blacklist some torrents
51-
Just follow the steps from obove but paste the info_hashes into the `blacklist.txt` file and uncomment line 41 in the `opentracker.conf` file.
51+
Just follow the steps from obove but paste the `info_hashes` into the `blacklist.txt` file and uncomment line 41 in the `opentracker.conf` file.
5252

5353
## Thanks & Donations
5454
[Best wishes to the creators of opentracker!](http://erdgeist.org/arts/software/opentracker/)

0 commit comments

Comments
 (0)