From 120bc90acea3ecfcf3a83dc26cde9ad1accf8c58 Mon Sep 17 00:00:00 2001 From: Hayley Denbraver Date: Fri, 27 Oct 2023 09:50:25 -0700 Subject: [PATCH] Update gcp/appengine/blog/content/posts/introducing-broad-c-c++-support/index.md Co-authored-by: Andrew Pollock --- .../blog/content/posts/introducing-broad-c-c++-support/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/appengine/blog/content/posts/introducing-broad-c-c++-support/index.md b/gcp/appengine/blog/content/posts/introducing-broad-c-c++-support/index.md index ae31e3ede11..ac41b956692 100644 --- a/gcp/appengine/blog/content/posts/introducing-broad-c-c++-support/index.md +++ b/gcp/appengine/blog/content/posts/introducing-broad-c-c++-support/index.md @@ -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