@@ -170,6 +170,7 @@ example:
170170
171171```
172172export http_proxy=http://my-proxy.example.com:80/
173+ export https_proxy=http://my-proxy.example.com:80/
173174```
174175
175176Install node-oracledb from the
@@ -280,6 +281,7 @@ example:
280281
281282```
282283export http_proxy=http://my-proxy.example.com:80/
284+ export https_proxy=http://my-proxy.example.com:80/
283285```
284286
285287Install node-oracledb from the
@@ -399,6 +401,7 @@ example:
399401
400402```
401403export http_proxy=http://my-proxy.example.com:80/
404+ export https_proxy=http://my-proxy.example.com:80/
402405```
403406
404407Install node-oracledb from the
@@ -475,6 +478,7 @@ example:
475478
476479```
477480export http_proxy=http://my-proxy.example.com:80/
481+ export https_proxy=http://my-proxy.example.com:80/
478482```
479483
480484Install node-oracledb from the
@@ -604,6 +608,7 @@ example:
604608
605609```
606610set http_proxy=http://my-proxy.example.com:80/
611+ set https_proxy=http://my-proxy.example.com:80/
607612```
608613
609614Install node-oracledb from the
@@ -725,6 +730,7 @@ example:
725730
726731```
727732export http_proxy=http://my-proxy.example.com:80/
733+ export https_proxy=http://my-proxy.example.com:80/
728734```
729735
730736Set the compiler to GCC:
@@ -817,6 +823,7 @@ example:
817823
818824```
819825export http_proxy=http://my-proxy.example.com:80/
826+ export https_proxy=http://my-proxy.example.com:80/
820827```
821828
822829Install node-oracledb from the
0 commit comments