Skip to content

Commit bbf8aa2

Browse files
Update README.md
1 parent 54f2517 commit bbf8aa2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ This is an implementation of CFD codes for the Lid Driven Cavity using OpenMP, C
44
[Paper](https://www.iist.ac.in/sites/default/files/people/psi-omega.pdf)
55

66
## To run
7-
- Step 0; `git clone https://github.com/varun-r-mallya/LidDrivenCavity.git ; cd LidDrivenCavity; git submodule update --init --recursive`
7+
- Step 0;
8+
```bash
9+
git clone https://github.com/varun-r-mallya/LidDrivenCavity.git;
10+
cd LidDrivenCavity; git submodule update --init --recursive`
11+
```
812
- Step 1: `meson setup buildDir`
913
- Step 2: `cd buildDir`
1014
- Step 3: `ninja`

0 commit comments

Comments
 (0)