commit e4115c025e0f46eaf3caa78e75b9a85a65c795d2
parent 97c4eab1680b740b6b21e11cff9983f66f12d6bc
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 26 Jul 2025 07:45:05 -0700
Delete git submodule instructions
Previously we were using git submodules for googletest, but since
migrating to utest, this repo no longer uses git submodules.
Diffstat:
1 file changed, 0 insertions(+), 20 deletions(-)
diff --git a/README.md b/README.md
@@ -19,26 +19,6 @@ To build and run, the following libraries must be installed on the system:
* [libgit2](https://libgit2.org)
-Obtaining the source
---------------------
-
-First, clone the repo. Then, initialise and fetch git submodules:
-
- # Initialise local configuration file.
- git submodule init
-
- # Fetch data from the buildroot submodule.
- git submodule update
-
-
-Updating the gn buildroot
--------------------------
-
-To update the git submodules to a newer commit, simply run:
-
- git submodule update --remote
-
-
Building and running
--------------------