Skip to content

Commit

Permalink
added backgound color of the found word when filtering for regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed Nov 19, 2024
1 parent 9146373 commit bd7344b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ Supported 3 filtering modes:

Binaries for the Linux operating system are available on the [releases](https://github.com/Lifailon/lazyjournal/releases) page.

> Development is done on the Ubuntu system, also tested in WSL environment on Debian system (amd64 platform).
For a quick installation, download the executable from the GitHub repository to your home directory with other executables for the current user and grant execute permissions:

```shell
version="0.1.0"
arch="amd64" # or "arm64"
mkdir -p ~/.local/bin
curl -s https://github.com/Lifailon/lazyjournal/releases/download/$version/lazyjorunal-$version-linux-arm64 -o ~/.local/bin/lazyjorunal
curl -s https://github.com/Lifailon/lazyjournal/releases/download/$version/lazyjorunal-$version-linux-$arch -o ~/.local/bin/lazyjorunal
chmod +x ~/.local/bin/lazyjorunal
```

Expand Down

0 comments on commit bd7344b

Please sign in to comment.