readme: added nix run

This commit is contained in:
2005 2024-05-31 03:50:51 +02:00
parent 8720210d10
commit f12df41a9d

View file

@ -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. **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 # Usage
``` ```