Skip to content

Commit f83f2f0

Browse files
committed
adapt to new style
1 parent b4df5ed commit f83f2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ After building the program, simply launch `spinwalk` in the terminal to view the
6666
## How to simulate
6767

6868
```
69-
./spinwalk -c my_config.ini
69+
spinwalk sim -c my_config.ini
7070
```
7171

7272
Several configuration files can be simulated sequentially:
7373

7474
```
75-
./spinwalk -c config1.ini config2.ini ...
75+
spinwalk sim -c config1.ini config2.ini ...
7676
```
7777

7878

0 commit comments

Comments
 (0)