Skip to content

Commit 5ff975e

Browse files
Update README.md
Add note about updating README file after import.
1 parent 06b3e8f commit 5ff975e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@ Projects created using `npx advent-of-code-runner init` prior to version 1.7.0 w
217217
},
218218
```
219219

220+
#### Updating your README file after import
221+
After running the `import` command you may notice your README progress table does not automatically update. You can fix this by running the `stats` command with the `--save` option.
222+
223+
```
224+
npm run stats -- --save
225+
```
226+
220227

221228
### `help`
222229
Outputs the help text for the cli

0 commit comments

Comments
 (0)