Skip to content

Commit 90a8163

Browse files
committed
docs: Readme fixes
1 parent 687ac46 commit 90a8163

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
System for choosing default applications, programs, and utilities
44

5-
Like `update-alternatives`, but local to user and more flexible. Requires a database of applications and their defaults at "${XDG_CONFIG_HOME:-$HOME/.config}/chooses/defaults"
5+
Like `update-alternatives`, but local to user and more flexible. Requires a database of applications and their defaults at `"${XDG_CONFIG_HOME:-$HOME/.config}/chooses/defaults"`
66

77
## Summary
88

@@ -14,18 +14,20 @@ Like `update-alternatives`, but local to user and more flexible. Requires a data
1414

1515
## Installation
1616

17-
```sh
18-
git clone https://github.com/eankeen/choose
19-
cd choose
17+
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to install this project globally
2018

21-
./choose.sh set
19+
```sh
20+
basalt global add hyperupcall/choose
2221
```
2322

23+
## Environment Variables
24+
2425
- CHOOSE_DB_DIR
2526
- by default at `$XDG_CONFIG_HOME/choose/db`
2627

27-
# Folder Structure
28+
## Folder Structure
2829

30+
The author's config can be found [here](https://github.com/hyperupcall/dots/tree/main/user/.config/choose/db)
2931
- db
3032

3133
- terminal-emulator

0 commit comments

Comments
 (0)