Skip to content

Commit

Permalink
Update gcp/appengine/blog/content/posts/introducing-broad-c-c++-suppo…
Browse files Browse the repository at this point in the history
…rt/index.md

Co-authored-by: Andrew Pollock <andrewpollock@users.noreply.github.com>
  • Loading branch information
Hayley Denbraver and andrewpollock authored Oct 27, 2023
1 parent bb693ec commit 120bc90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For this example, we’ll be working from the commit `cf3f15a841ca21b53c6de654c9

To determine whether pd-server’s cpp-httplib copy has any known vulnerabilities, first determine the copy’s most recent commit hash by following these steps in your terminal:

1. Recursively clone the pd-server project to your local machine using `git clone --recursive https://github.com/charlesneimog/pd-server`
1. Clone the pd-server project repository, including its submodules, to your local machine using `git clone --recursive https://github.com/charlesneimog/pd-server`
2. Navigate into the pd-server project folder using `cd pd-server`
3. Checkout relevant commit using `git checkout cf3f15a841ca21b53c6de654c9981a30ae0b590c`
4. Update submodules using `git submodule update` to update submodules to relevant commit
Expand Down

0 comments on commit 120bc90

Please sign in to comment.