replace R.Boman by rboman authored by Boman Romain's avatar Boman Romain
......@@ -5,7 +5,7 @@ As prerequisite, you must have verified that [git](Git), [a C++ compiler](C++ Co
## Windows
* Clone the repository somewhere on your PC:
```
git clone git@gitlab.uliege.be:R.Boman/math0471.git
git clone git@gitlab.uliege.be:rboman/math0471.git
```
* Open VS Code and load the `math0471` folder.
* In the terminal of VS Code, go to the `lib` folder and install gmsh-sdk and Eigen using the scripts `get_gmsh.cmd` and `get_eigen.cmd` (this should be done only once per working copy of the repository):
......@@ -49,7 +49,7 @@ code1_loadgeo.exe ..\rectangle.geo
* Clone the repository:
```
git clone git@gitlab.uliege.be:R.Boman/math0471.git
git clone git@gitlab.uliege.be:rboman/math0471.git
```
* Go into the project folder:
```
......
......