We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db17dd4 commit 3b9c65aCopy full SHA for 3b9c65a
1 file changed
NEXT_Quickstart_Under_30_Seconds.md
@@ -34,7 +34,7 @@ cmake --build . --config Release
34
cd ..
35
```
36
37
-This produces the `next` executable in the build directory.
+This produces the `next` executable in the root directory.
38
39
---
40
@@ -43,7 +43,7 @@ This produces the `next` executable in the build directory.
43
```bash
44
cd examples/TwoBodies
45
python two_body.py
46
-../../build/next two_body.txt 8 0.01 0.1 vtu
+../../next two_body.txt 8 0.01 0.1 vtu
47
48
49
**Arguments explained:**
0 commit comments