Skip to content

Commit 98dbf76

Browse files
authored
Merge pull request #72 from subsy/docs/installation-links-clean
docs: link to official repos for beads and beads-viewer installation
2 parents 0db076a + 6c60e17 commit 98dbf76

2 files changed

Lines changed: 5 additions & 18 deletions

File tree

website/content/docs/plugins/trackers/beads-bv.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ Install both the Beads CLI and Beads Viewer:
1818
```bash
1919
# Install bd (Beads CLI)
2020
bun install -g beads-cli
21-
22-
# Install bv (Beads Viewer)
23-
bun install -g beads-viewer
2421
```
2522

23+
Beads Viewer installation instructions: **[beads-viewer GitHub repo](https://github.com/Dicklesworthstone/beads_viewer)**
24+
2625
Initialize Beads in your project:
2726

2827
```bash
@@ -258,11 +257,7 @@ Use Beads for simple projects, Beads-BV for complex dependency graphs.
258257

259258
### "bv binary not found"
260259

261-
Install Beads Viewer:
262-
263-
```bash
264-
bun install -g beads-viewer
265-
```
260+
Install Beads Viewer from **[beads-viewer GitHub repo](https://github.com/Dicklesworthstone/beads_viewer)**.
266261

267262
### "Falling back to basic beads"
268263

website/content/docs/plugins/trackers/beads.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ Beads is ideal for team projects - everyone sees the same issues, and changes ar
1313

1414
## Prerequisites
1515

16-
Install the Beads CLI (`bd`):
17-
18-
```bash
19-
bun install -g beads-cli
20-
```
16+
Install the Beads CLI from the **[Beads GitHub repo](https://github.com/steveyegge/beads)**.
2117

2218
Initialize Beads in your project:
2319

@@ -236,11 +232,7 @@ bd init
236232

237233
### "bd binary not available"
238234

239-
Install the Beads CLI:
240-
241-
```bash
242-
bun install -g beads-cli
243-
```
235+
Install the Beads CLI from the **[Beads GitHub repo](https://github.com/steveyegge/beads)**.
244236

245237
### "No tasks available"
246238

0 commit comments

Comments
 (0)