Skip to content

Commit

Permalink
correct typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwu-astro committed Sep 14, 2023
1 parent 726c0dc commit ab8ed7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ and add the installation path to your `$PATH` environment variable.

If you have done `make install` and add the installation path to `$PATH`, run
```bash
nbody6++ < N100k.inp
nbody6++ < N10k_noDat10.inp
```

otherwise you may have copied the executable to the simulation path, run
```bash
./[your executable filename] < N100k.inp
./[your executable filename] < N10k_noDat10.inp
```

# Documentation
Expand Down

0 comments on commit ab8ed7f

Please sign in to comment.