Skip to content

Commit c1f5e0e

Browse files
authored
Update README.md
1 parent ac524a6 commit c1f5e0e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ Images: comparison of the visual improvements gained by optimising the algorithm
1616

1717
# Cloning with submodules
1818

19-
This Git repository has a submodule for libigl. To clone it correctly use either of the following:
19+
This Git repository has a submodule for libigl. To clone it correctly use the following command:
2020

21-
git clone --recurse-submodules git@gitlab.inf.ethz.ch:COURSE-ASL/asl21/team32.git
22-
git clone --recurse-submodules https://gitlab.inf.ethz.ch/COURSE-ASL/asl21/team32.git
21+
git clone --recurse-submodules git@github.com:SeanBone/WaterSim.git
2322

2423
For more details on the dependencies for `libigl`, check out the [`libigl` documentation](https://libigl.github.io/tutorial/).
2524

@@ -191,4 +190,4 @@ See the `docs` folder for some useful PDFs.
191190

192191
- C. Amevor, S. Bone, F. Illes, M. Stellio, "Optimisation of a FLIP algorithm", report for the Advanced Systems Lab lecture at ETH Zürich, spring semester 2021.
193192
- R. Bridson, "FLUID SIMULATION", SIGGRAPH 2007 Course Notes. [Available online](https://www.cs.ubc.ca/~rbridson/fluidsimulation/fluids_notes.pdf).
194-
- D. Englesson, J. Kilby, J. Ek, "Fluid Simulation Using Implicit Particles", report for the Advanced Game Programming lecture at Linköpings universitet, December 2011. [Available online](http://danenglesson.com/flipfluid.html).
193+
- D. Englesson, J. Kilby, J. Ek, "Fluid Simulation Using Implicit Particles", report for the Advanced Game Programming lecture at Linköpings universitet, December 2011. [Available online](http://danenglesson.com/flipfluid.html).

0 commit comments

Comments
 (0)