From 362cf61508ce2004f55a6a5bf7679badb39d69d5 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 10 Aug 2025 15:43:49 -0400 Subject: [PATCH] doc config changes number twoo --- docs/configure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configure.md b/docs/configure.md index 66882f2..fbe858e 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -19,6 +19,8 @@ To come up with this set of instructions, I used [this guide](https://github.com First, compile curl-impersonate (the firefox flavor). ```sh +git clone https://github.com/lwthiker/curl-impersonate/ +cd curl-impersonate sudo apt install build-essential pkg-config cmake ninja-build curl autoconf automake libtool python3-pip libnss3 mkdir build cd build