aboutsummaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-03 21:41:08 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-03 21:41:08 -0700
commita78619a402f3a63faa386403c068d1079780c57a (patch)
treec7749cb004281367005a177d9168edb694791f6c /API.md
parent1d54d6a29269d89248f65d9f2874b88c34e63691 (diff)
Switch from /etc/xdg/bb to /etc/bb
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 7634b97..f62c004 100644
--- a/API.md
+++ b/API.md
@@ -10,7 +10,7 @@ internal state.
## Helper Functions
`bb` is bundled with some helper scripts for performing common tasks. These
-scripts are installed to `/etc/xdg/bb/`, which is added to `bb`'s `$PATH`
+scripts are installed to `/etc/bb/`, which is added to `bb`'s `$PATH`
environment variable at runtime. `~/.config/bb/` is also added to the `$PATH`
with higher priority, so you can override any of these scripts by putting your
own version there.