Skip to content

Commit

Permalink
docs: update readme with config file instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaedil committed Mar 29, 2022
1 parent df24458 commit 8c32a4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# pomodoro
# pomodoro

```pomodoro.py``` requires a ```config.txt``` file to be instantiated before use. Here is a sample file:
```
LENGTH_OF_TASKS_IN_MINUTES, 5.0
NUM_OF_TASKS_DONE, 0
```

0 comments on commit 8c32a4b

Please sign in to comment.