Skip to content

Commit b5c0e66

Browse files
authored
Update README.md
1 parent b2caf00 commit b5c0e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ This repository contains submodules meaning that a recursive cloning can be done
4242
To clone this repository, make sure you have git installed and clone the project into the chosen folder using
4343

4444
```bash
45-
git clone --recursive https://github.com/Hardcode3/Imgui_with_eigen_cmake_template.git
45+
git clone --recursive https://github.com/Hardcode3/imgui_opengl_linear_algebra_cmake_starter
4646
```
4747

4848
You can also clone the project using
4949
```bash
50-
git clone https://github.com/Hardcode3/Imgui_with_eigen_cmake_template.git
50+
git clone https://github.com/Hardcode3/imgui_opengl_linear_algebra_cmake_starter
5151
```
5252
In this case, dependencies will be cloned by cmake during the configuration stage.
5353

@@ -147,4 +147,4 @@ Generating the RUNTESTS target (CTests) should output something like this if eve
147147
1>Total Test time (real) = 3.73 sec
148148
```
149149

150-
This is a basis for further unit tests implementation.
150+
This is a basis for further unit tests implementation.

0 commit comments

Comments
 (0)