Skip to content

Commit 67bc746

Browse files
authored
Update README.md
1 parent 6bfc7b5 commit 67bc746

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ A pomodoro terminal app!
99

1010
## Install
1111
1. Run `install.sh`
12-
2. Run `$pomodorox`
12+
2. Run `pomodorox 50 10 4`
1313

14-
## Configuration
15-
To configure the [pomodoro](https://es.wikipedia.org/wiki/T%C3%A9cnica_Pomodoro) times and loops you must set the values on
16-
`~/.config/pomodorox/config.yaml` \n
17-
Disclaimer: This configurations is the way what **work for me!**, you can modify for your need. 😉
18-
This app take 3 params:
19-
* `workLoops` -> The number of block of work
20-
* `timeWorkLoops` -> Time for each work block
21-
* `timePause` -> Time for each pause block
14+
## Use
15+
Run the command with 3 paramenters: *Time to work* - *time of pause* - *Quantity loops*
16+
17+
Use:
18+
`$pomodorox 50 10 4`
2219

2320
## Images
2421
### Nofifications (Linux only)
@@ -33,5 +30,4 @@ This app take 3 params:
3330
# Next steps
3431
- [ ] Show times and loops on tmux bar.
3532
- [ ] Use params to set the loops.
36-
- [ ] More configurations modes.
3733
- [ ] Show a time countdown

0 commit comments

Comments
 (0)