Skip to content

Commit 583b592

Browse files
Update README.md
1 parent 2c81e8a commit 583b592

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@ velocity (vx, vy, vz);
1919
mass (m);
2020
```
2121
22-
### NEXT uses a CMake configuration.
22+
### Building NEXT
2323
```bash
2424
mkdir build
2525
cd build
2626
cmake ..
27-
cmake --build .
27+
cmake --build . --config Release
2828
cd ..
2929
```
30+
31+
### Running a Demo
32+
```bash
33+
cd examples/TwoBodies
34+
python two_body.py
35+
../../next two_body.txt 0.1
36+
```

0 commit comments

Comments
 (0)