Skip to content

Commit 8620d8d

Browse files
committed
fix: doc
1 parent a23156c commit 8620d8d

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,42 @@ The preview uses my wrapper for bemenu: [bemenu-orange-wrapper](https://github.c
1010

1111
- [qalc](https://github.com/Qalculate/libqalculate)
1212
- [bemenu >= 0.6](https://github.com/Cloudef/bemenu)
13-
- [xclip](https://github.com/astrand/xclip)
1413
- [Nerd Fonts (Symbols Only)](https://github.com/ryanoasis/nerd-fonts/releases/latest)
1514
- Bash >= 5
15+
- xclip
1616

1717
### Optional
1818

1919
- [bemenu-orange-wrapper](https://github.com/tkapias/bemenu-orange-wrapper)
2020
- [qalculate-gtk: Qalculate!](https://github.com/Qalculate/qalculate-gtk)
2121

22-
2322
## Installation
2423

24+
### Dependencies
25+
26+
- Debian example with [bemenu-orange-wrapper](https://github.com/tkapias/bemenu-orange-wrapper):
27+
28+
1. Follow [bemenu-orange-wrapper instructions](https://github.com/tkapias/bemenu-orange-wrapper?tab=readme-ov-file#installation).
29+
30+
2. Next:
31+
32+
``` bash
33+
# xclip, qalc, qalculate-gtk
34+
sudo apt install xclip qalc qalculate-gtk
35+
```
36+
37+
### bemenu-qalc
38+
2539
```bash
26-
git clone --depth 0 https://github.com/tkapias/bemenu-qalc.git bemenu-qalc
40+
git clone --depth 1 https://github.com/tkapias/bemenu-qalc.git bemenu-qalc
2741
cd bemenu-qalc
28-
chmod +x bemenu-qalc.sh
42+
chmod +x bemenu-qalc.bash
2943
```
3044

3145
- Optional: Symlink to a directory in your user's path:
3246

3347
```bash
34-
ln -s $PWD/bemenu-qalc.sh $HOME/.local/bin/bemenu-qalc
48+
ln -s $PWD/bemenu-qalc.bash $HOME/.local/bin/bemenu-qalc
3549
```
3650

3751
## Features
File renamed without changes.

0 commit comments

Comments
 (0)