Skip to content

Commit 1d6493a

Browse files
committed
docs: Fix README.md example command and symlink proof
1 parent b80319b commit 1d6493a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
Let's say you want to install [rupa/z](https://github.com/rupa/z), [tj/git-extras](https://github.com/tj/git-extras), [aristocratos/bashtop](https://github.com/aristocratos/bashtop), and [JosefZIla/bash2048](https://github.com/JosefZIla/bash2048). Simply run the following
1010

1111
```sh
12-
$ bpm add rupa/z tj/git-extras aristocratos/bashtop JosefZIla/bash2048
12+
$ bpm --global add rupa/z tj/git-extras aristocratos/bashtop JosefZIla/bash2048
1313
```
1414

1515
This symlinks all executable scripts to a common directory. It does this for completion files and man pages as well
1616

1717
```sh
18-
$ ls -l ~/.local/share/bpm/cellar/bin/
19-
... bash2048.sh -> /home/edwin/.local/share/bpm/cellar/packages/github.com/JosefZIla/bash2048/bash2048.sh
20-
... bashtop -> /home/edwin/.local/share/bpm/cellar/packages/github.com/aristocratos/bashtop/bashtop
21-
... git-alias -> /home/edwin/.local/share/bpm/cellar/packages/github.com/tj/git-extras/bin/git-alias
22-
... git-archive-file -> /home/edwin/.local/share/bpm/cellar/packages/github.com/tj/git-extras/bin/git-archive-file
18+
$ exa -l --no-permissions --no-filesize --no-user ~/.local/share/bpm/cellar/bin/
19+
bash2048.sh -> /home/edwin/.local/share/bpm/cellar/packages/github.com/JosefZIla/bash2048/bash2048.sh
20+
bashtop -> /home/edwin/.local/share/bpm/cellar/packages/github.com/aristocratos/bashtop/bashtop
21+
git-alias -> /home/edwin/.local/share/bpm/cellar/packages/github.com/tj/git-extras/bin/git-alias
22+
git-archive-file -> /home/edwin/.local/share/bpm/cellar/packages/github.com/tj/git-extras/bin/git-archive-file
2323
...
2424
```
2525

@@ -37,7 +37,7 @@ See [Installation](./docs/installation.md) and [Getting Started](./docs/getting-
3737

3838
- Local and user-wide package installation
3939
- Configure (optionally) exactly which directories are used for completions, binaries, or man pages
40-
- Works with essentially all popular Bash projects out of the box (if a project with over a thousand stars does not work, open an issue)
40+
- Works with essentially all popular Bash projects out of the box
4141
- 220+ Tests
4242

4343
## Alternatives Comparison

0 commit comments

Comments
 (0)