From c12ac8b1256fd8067848ebd2bfc55642f97bf4c5 Mon Sep 17 00:00:00 2001 From: Rasselio Diack Date: Tue, 29 Aug 2023 10:49:19 +0200 Subject: [PATCH] Update INSTALL.md for macOS steps (#172) --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 285fcea..c8f7592 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -98,6 +98,12 @@ pip3 install gyp-next brew install go ``` +Clone this repository: +``` +git clone https://github.com/lwthiker/curl-impersonate.git +cd curl-impersonate +``` + Configure and compile: ``` mkdir build && cd build