diff options
| author | foswret <foswret@posteo.com> | 2025-09-09 21:05:48 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-09-09 21:05:48 -0500 |
| commit | feb53033f4ea43f51d122e256cca1672710ba1e2 (patch) | |
| tree | 9c65412c652ad047f411d256c61976a29a7dce23 /README.md | |
| parent | 4088087375ba1a256b6224d8ffbd6f874750ee18 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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` |
