From d25d3213fd597389e6c6c489b91063c5bc31914b Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 27 Jun 2022 11:59:02 +0200 Subject: [PATCH] formatting --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5be6ac5..47a1d8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FOSS-VG (FOSS Voxel generator) +# FOSS-VG (FOSS Voxel Generator) This is a WIP Minecraft clone. @@ -55,9 +55,12 @@ This will download the following dependenceis: To build the project, just use the `build` alias or invoke the `build.sh` script from the project's base directory. -`build` and `build.sh` accept the environment variables `CXX` and `CXXFLAGS`. `CXXFLAGS` must at least specify the C++ version. +`build` and `build.sh` accept the environment variables `CXX` and `CXXFLAGS`. +`CXXFLAGS` must at least specify the C++ version. -To clean out the build or dependency directories, use `clean` and `clean_dependencies` or their corresponding scripts respectively. `setup_project` will clean out both before doing its thing. +To clean out the build or dependency directories, use `clean` and +`clean_dependencies` or their corresponding scripts respectively. +`setup_project` will clean out both before doing its thing. ## Copyright / License