diff --git a/README.md b/README.md index 851ba36..b8a1488 100644 --- a/README.md +++ b/README.md @@ -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 ```