Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 6d5d3b3

Browse files
doc: update the usage instructions
1 parent 46ea62c commit 6d5d3b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ cd PATH_TO_THE_CLONED_REPO
3737
starklings --watch
3838
```
3939

40-
To verify your solutions without running the watch mode run:
40+
To verify an exercise without the watch mode run:
4141

4242
```shell
43-
starklings --verify
43+
starklings --verify relative_path_to_the_exercise_file
4444
```
4545

4646
To display one solution to a given exercise run:
4747

4848
```shell
49-
starklings --solution path_to_the_exercise_file
49+
starklings --solution relative_path_to_the_exercise_file
5050
```
5151

5252
## Update

0 commit comments

Comments
 (0)