readme: added nix run
This commit is contained in:
parent
8720210d10
commit
f12df41a9d
|
@ -4,6 +4,14 @@
|
|||
|
||||
**Romodoro is a basic TUI application that keeps track of your time with the help of the pomodoro technique.** It follows the original technique by dividing workloads into a set of 4x4 Work and Pause cycles which are then finished off with a long break.
|
||||
|
||||
# Try out (nix)
|
||||
|
||||
Since nix has cool shells, you can just go ahead and run the following command to try the application out.
|
||||
|
||||
```bash
|
||||
nix run git+https://git.4o1x5.dev/4o1x5/romodoro -- --help
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue