Skip to content

Commit 3b9c65a

Browse files
Update NEXT_Quickstart_Under_30_Seconds.md
1 parent db17dd4 commit 3b9c65a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NEXT_Quickstart_Under_30_Seconds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmake --build . --config Release
3434
cd ..
3535
```
3636

37-
This produces the `next` executable in the build directory.
37+
This produces the `next` executable in the root directory.
3838

3939
---
4040

@@ -43,7 +43,7 @@ This produces the `next` executable in the build directory.
4343
```bash
4444
cd examples/TwoBodies
4545
python two_body.py
46-
../../build/next two_body.txt 8 0.01 0.1 vtu
46+
../../next two_body.txt 8 0.01 0.1 vtu
4747
```
4848

4949
**Arguments explained:**

0 commit comments

Comments
 (0)