aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-09-09 21:05:48 -0500
committerfoswret <foswret@posteo.com>2025-09-09 21:05:48 -0500
commitfeb53033f4ea43f51d122e256cca1672710ba1e2 (patch)
tree9c65412c652ad047f411d256c61976a29a7dce23 /README.md
parent4088087375ba1a256b6224d8ffbd6f874750ee18 (diff)
Sessions actually work nowHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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`