Skip to content

Commit

Permalink
Update README.md: better syntax highlighting for shell sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 authored Aug 3, 2024
1 parent ba2c89d commit 0beb5aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Command line countdown timers that don't take up a terminal.
without having to worry about keeping the terminal open. You can also start
timers from your app launcher/command runner of choice.

```bash
```console
$ sand 5m
Timer created for 00:05:00:000.
$ sand 1h 30s
Expand Down Expand Up @@ -37,15 +37,15 @@ I use it for remembering to get things out of the oven.
## Setup
After installing, you'll need to enable and start the service.

```bash
```console
$ systemctl --user daemon-reload
$ systemctl --user enable --now sand.socket
```

To see notifications, you'll need a libnotify compatible notification server. I use [swaync](https://github.com/ErikReider/SwayNotificationCenter).

You can type
```bash
```console
$ sand 0
```
to check everything's working correctly.
Expand All @@ -54,7 +54,7 @@ to check everything's working correctly.
You'll need a lean toolchain, which can be installed using [elan](https://github.com/leanprover/elan).

Once that's done, run
```bash
```console
$ lake build
```

Expand Down

0 comments on commit 0beb5aa

Please sign in to comment.