From 0b3221eea39dddd689f29d74dce63d8ca1ac23c3 Mon Sep 17 00:00:00 2001 From: zhang-zh <1563833973@qq.com> Date: Tue, 6 Dec 2022 15:17:55 +0800 Subject: [PATCH] another branch update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d078dd..18fcd3a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Build -+ type these commands to build all samples: ++ Type these commands to build all samples: ``` mkdir build && cd build cmake .. @@ -15,4 +15,4 @@ ## Dependencies -+ this project uses `FetchContent` of CMake to get dependencies from [libigl](https://github.com/libigl/libigl), including `libigl`, `eigen3`, `glfw` and so on. So please **check your network** before building the project. \ No newline at end of file ++ This project uses `FetchContent` of CMake to get dependencies from [libigl](https://github.com/libigl/libigl), including `libigl`, `eigen3`, `glfw` and so on. So please **check your network** before building the project.