diff --git a/README.en.md b/README.en.md index c142c8c..0122636 100644 --- a/README.en.md +++ b/README.en.md @@ -83,7 +83,7 @@ Configuration files are stored in the `config//.json`. Each JSON fi ## Setting Up and Running in Docker ```shell -git clone git@github.com:rekryt/iplist.git +git clone https://github.com/rekryt/iplist.git cd iplist cp .env.example .env ``` diff --git a/README.md b/README.md index eb09c2f..cffca32 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org) ## Настройка и запуск под docker ```shell -git clone git@github.com:rekryt/iplist.git +git clone https://github.com/rekryt/iplist.git cd iplist cp .env.example .env ```