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