Skip to content

Commit 7ad55bb

Browse files
authored
Improved Language. Part of #4
1 parent a13f6b5 commit 7ad55bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
With this repo you can easily run your own instance of the opentracker for bitorrent.
66

77
## How to run an _open_ opentracker
8-
If you want to run a complety open tracker, just pull the docker image and spin up a container:
8+
If you want to run a complety open tracker, just pull the docker image and start up a container:
99

1010
`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`
1111

@@ -16,22 +16,22 @@ This will bind the port `6969` to the docker container (UDP and TCP) and you're
1616

1717
If you want to config your opentracker instance, just download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/) and edit the `opentracker.conf` file.
1818

19-
Than you have to build your own image as follows:
19+
Now you have to build your own image as follows:
2020
1. Edit and save the `opentracker.conf` file
2121
2. Open a terminal and `cd` into the project folder
2222
3. Run `docker build -t yourfancyname/opentracker .`
2323

24-
After the docker image was successfully built you can start a container:
24+
After building the docker image successfully you can start up a container:
2525

2626
`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`
2727

2828

2929
## How to whitelist your opentracker torrents
30-
If you just want to run the opentracker instance for specific torrents you have to whitelist them.
30+
If you solely want to run the opentracker instance for specific torrents you have to whitelist them.
3131

3232
Follow these steps to whitelist your .torrent files:
3333
1. Download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/)
34-
2. Create a file in the project directory named `whitelist.txt`
34+
2. Open the `whitelist.txt` file in your favorite editor
3535
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
@@ -54,6 +54,6 @@ Just follow the steps from obove but paste the info_hashes into the `blacklist.t
5454
[Best wishes to the creators of opentracker!](http://erdgeist.org/arts/software/opentracker/)
5555
opentracker is _beerware_ so feel free to donate those guys a drink ;-)
5656

57-
If you like my work with the docker image for the opentracker, you can spend some bitcoins here ('cause I don't drink any beer):
57+
If you like my work you can spend some bitcoins here ['cause I don't drink any beer ;-)]
5858

5959
[![Bitcoin Donation](https://img.shields.io/badge/Donate-with%20Bitcoins-orange.svg?style=flat-square)](https://donate.lednerb.de/?opentracker-docker)

0 commit comments

Comments
 (0)