From feb53033f4ea43f51d122e256cca1672710ba1e2 Mon Sep 17 00:00:00 2001 From: foswret Date: Tue, 9 Sep 2025 21:05:48 -0500 Subject: Sessions actually work now --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dfab25c..2867a94 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,16 @@ By default, the work time is 50 minutes. The break time is 10 minutes. With a de - `libnotify` (To send notifcations) - Some sort of notification program (Ex. `dunst`) # Install -`sudo make install` +```bash +git clone https://git.foswret.com/beefsteak +cd beefsteak +sudo make install +``` For me personally, I choose to alias `beefsteak` to `bfs` in my `~/.bashrc`. +``` +# ~/.bashrc +alias bfs='beefsteak' +``` # Uninstall `sudo make uninstall` -- cgit v1.2.3