Skip to content

Commit

Permalink
adapt to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaeifar committed Aug 5, 2024
1 parent b4df5ed commit f83f2f0
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 @@ -66,13 +66,13 @@ After building the program, simply launch `spinwalk` in the terminal to view the
## How to simulate

```
./spinwalk -c my_config.ini
spinwalk sim -c my_config.ini
```

Several configuration files can be simulated sequentially:

```
./spinwalk -c config1.ini config2.ini ...
spinwalk sim -c config1.ini config2.ini ...
```


Expand Down

0 comments on commit f83f2f0

Please sign in to comment.