From c4355742cb22a0e243eded1c6ffcc713b2301b4d Mon Sep 17 00:00:00 2001 From: cflip Date: Sat, 26 Mar 2022 21:04:28 -0600 Subject: Include stb_image as a submodule instead of a file in the repository Instead of storing a copy of stb_image.h in the repository directly, we can just include it as a submodule. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index b30d1e0..1c5c765 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ It is recommended that you create a ``build`` directory for CMake to generate bu ```sh git clone https://github.com/cflip/Nonortho cd Nonortho +git submodule update mkdir build && cd build cmake ../ ``` -- cgit v1.2.3