Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Nov 8, 2023
1 parent ca103ca commit 94c4d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 94c4d86

Please sign in to comment.