From 94c4d867e1ed16c52e360686527e636d6fe3c7f5 Mon Sep 17 00:00:00 2001 From: crazy hugsy Date: Wed, 8 Nov 2023 10:28:58 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6613ac..6dafe98 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Git-Clone the template in [`hugsy/template-pwn`](https://github.com/hugsy/pwn--t ```cmake include(FetchContent) FetchContent_Declare( - Deps_Pwn + pwn++ GIT_REPOSITORY https://github.com/hugsy/pwn--.git - GIT_TAG main # or whatever + GIT_TAG main # or faster, use releases (URL) ) -FetchContent_MakeAvailable(Deps_Pwn) +FetchContent_MakeAvailable(pwn++) ``` ## What is it?