From f12df41a9d0432ec482490fcdc1f61e16ed78ab6 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Fri, 31 May 2024 03:50:51 +0200 Subject: [PATCH] readme: added nix run --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ```