docs: add linkedin-search to install lists in README and SETUP (#28)

Follow-up to #20: the linkedin-search CLI landed without being added to
the bun install instructions. Included in both lists with a note that
the install is optional (zero runtime dependencies, dev types only).
Also updated the README file tree and Bun prerequisite wording to
reflect that the toolset is no longer Denmark-only.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Mads Lorentzen
2026-07-05 10:59:08 +02:00
committed by GitHub
co-authored by Claude Fable 5
parent f15b9fb65d
commit f9c1978c65
2 changed files with 13 additions and 7 deletions
+4 -2
View File
@@ -24,7 +24,7 @@ python --version
### Bun (for job search tools)
The Danish job portal CLIs are written in TypeScript and run with Bun:
The job portal CLIs (four Danish portals plus the country-agnostic LinkedIn tool) are written in TypeScript and run with Bun:
```bash
curl -fsSL https://bun.sh/install | bash
@@ -52,11 +52,13 @@ Or manually: fork on GitHub, then clone your fork.
## 3. Install job search CLI dependencies
```bash
for tool in jobbank-search jobdanmark-search jobindex-search jobnet-search; do
for tool in jobbank-search jobdanmark-search jobindex-search jobnet-search linkedin-search; do
cd .agents/skills/$tool/cli && bun install && cd ../../../..
done
```
For `linkedin-search` the install is optional: it has zero runtime dependencies and runs with plain `bun`; `bun install` only pulls TypeScript dev types.
## 4. Run the setup interview
Start Claude Code in the repository: