Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diva-exchange committed Oct 14, 2024
1 parent dbf3462 commit 628986a
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 @@ -29,7 +29,7 @@ As said, this tutorial might be helpful: [Introduction to “I2P”](https://www

### How to Run the Docker Container

#### On Linux, MaCOS and Windows
#### On Linux, MacOS and Windows
Run one of the following command in a shell (powershell on Windows).

To run the I2P/TOR-proxy only on your localhost (entry-level, running on your computer or laptop):
Expand All @@ -41,7 +41,7 @@ To run I2P only (advanced):
`docker run --env ENABLE_HTTPPROXY=1 --env ENABLE_SOCKSPROXY=1 -p 7070:7070 -p 4444:4444 -p 4445:4445 -d --name i2p divax/i2p:current`


#### On a network server (Linux, MaCOS and Windows)
#### On a network server (Linux, MacOS and Windows)

To run the I2P/TOR-proxy on a server on your local network (example: a NAS or a Raspberry PI within your network):

Expand Down

0 comments on commit 628986a

Please sign in to comment.