From ce448f06deb0aa6a0d54eba93ad6f289c455c451 Mon Sep 17 00:00:00 2001 From: karl Date: Tue, 16 Mar 2021 15:11:03 +0100 Subject: [PATCH] Adapt README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 344f59c..68d5efe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Vector Library +# GED Engine Snippets ## Building -Run `scons` in the root directory. +Run `scons` in the root directory. This will generate the shared library as well as executables which run tests. ## Developing The `scons` command also generates a `compile_commands.json` which can be used by the VSCodium extension `clangd` for autocompletion, debugging, etc.