From 2bf0186f98cfe7e2b5b854798bcad9f253e6a1cb Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Sat, 30 Jul 2022 13:24:59 -0500 Subject: [PATCH] Minor changes to `README.md` file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de3b82f..e45dd97 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ cpp_args = [ '-DGDPM_ENABLE_TIMESTAMPS=1' ... ] +``` This can be done in CMake in a similar fashion: @@ -106,6 +107,8 @@ else() endif() ``` +### Macro Definitions + | Macro | Values | Description | | --------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | | GDPM_LOG_LEVEL | 0-5 | Sets the logging level to show when the program runs. Setting GDPM_LOG_LEVEL=0 will completely disable logging information being displayed. | @@ -132,7 +135,7 @@ Packages can be installed using the "install" command and providing a list of co ```bash gdpm install "Flappy Godot" "GodotNetworking" -y -gdpm install -f packages.txt --config config.json --no-sync -y +gdpm install -f packages.txt --config config.json --no-sync --no-prompt ``` Packages can be removed similiarly to installing.