From ba860709ac8512f80d16e8a3a31a46be1a476b43 Mon Sep 17 00:00:00 2001 From: Michael Vernik Date: Wed, 23 Aug 2023 15:49:30 -0700 Subject: [PATCH] Updated clone commands to use https vs ssh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4850bda..f6c74a9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ sudo apt install pkg-config libc-ares-dev libre2-dev # for gRPC Clone the NGINX repository. ```bash -git clone git@github.com:nginx/nginx.git +git clone https://github.com/nginx/nginx.git ``` Configure NGINX to create objects necessary for dynamic module compilation. Objects will be placed into the `nginx/objs` directory. @@ -38,7 +38,7 @@ auto/configure --with-compat Exit the NGINX directory and clone the `ngx_otel_module` repository. ```bash cd .. -git clone git@github.com:nginxinc/nginx-otel.git +git clone https://github.com/nginxinc/nginx-otel.git ``` Configure and build the NGINX OTel module.