diff --git a/README.md b/README.md index bb73cdd..35784da 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,12 @@ ___ [GitHub Repository](https://github.com/ipfs/go-ipfs) +## Setup pre-configuration +1. Run `wsl --user root` in PowerShell/CMD if system runs on WSL. +1. Run `sysctl -w net.core.rmem_max=2500000` to fix [buffer size issue](https://github.com/fmedv/docker-go-ipfs/issues/2) + ## Setup -1. Run `git clone https://github.com/fmedv/docker-ipfs`. +1. Run `git clone https://github.com/fmedv/docker-go-ipfs.git`. 1. Rename `.env-example` to `.env`. 1. Run `docker-compose pull`. 1. Run `docker-compose up -d`.