From 0f60625879bfe12ff039c7c408925e9681a10db4 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 5 Jan 2018 20:29:55 +0000 Subject: [PATCH] docs: update submodule documentation for pester removal (#5786) Since Pester is not a submodule anymore, replace submodule example in git submodule docs/FAQ.md with the only leftover submodule src/libpsl-native/test/googletest --- docs/FAQ.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f6f252c42..34e9dc114 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -104,7 +104,7 @@ that new packages' binaries get stomped on by old packages' binaries. ## Why is my submodule empty? -If a submodule (such as `src/Modules/Pester`) is empty, that means it is +If a submodule (such as `src/libpsl-native/test/googletest`) is empty, that means it is uninitialized. If you've already cloned, you can do this with: @@ -122,14 +122,12 @@ git submodule status If they're initialized, it will look like this: ```output -f23641488f8d7bf8630ca3496e61562aa3a64009 src/Modules/Pester (f23641488) c99458533a9b4c743ed51537e25989ea55944908 src/libpsl-native/test/googletest (release-1.7.0) ``` If they're not, there will be minuses in front (and the folders will be empty): ```output --f23641488f8d7bf8630ca3496e61562aa3a64009 src/Modules/Pester (f23641488) -c99458533a9b4c743ed51537e25989ea55944908 src/libpsl-native/test/googletest (release-1.7.0) ```