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
+9 -5
View File
@@ -51,8 +51,11 @@ cd .agents/skills/jobbank-search/cli && bun install && cd ../../../..
cd .agents/skills/jobdanmark-search/cli && bun install && cd ../../../..
cd .agents/skills/jobindex-search/cli && bun install && cd ../../../..
cd .agents/skills/jobnet-search/cli && bun install && cd ../../../..
cd .agents/skills/linkedin-search/cli && bun install && cd ../../../..
```
For `linkedin-search` the install is optional: it has zero runtime dependencies and runs with plain `bun`; `bun install` only pulls TypeScript dev types.
### 3. Set up your profile
```bash
@@ -118,11 +121,12 @@ ai-job-search/
│ │ ├── job-scraper/ # Job search orchestration
│ │ └── upskill/ # /upskill skill gap analysis and learning plan
│ └── settings.json # Claude Code permissions (shared, scoped)
├── .agents/skills/ # Job portal CLI tools (Denmark)
│ ├── jobbank-search/ # Akademikernes Jobbank
│ ├── jobdanmark-search/ # Jobdanmark.dk
│ ├── jobindex-search/ # Jobindex.dk
── jobnet-search/ # Jobnet.dk (government portal)
├── .agents/skills/ # Job portal CLI tools
│ ├── jobbank-search/ # Akademikernes Jobbank (Denmark)
│ ├── jobdanmark-search/ # Jobdanmark.dk (Denmark)
│ ├── jobindex-search/ # Jobindex.dk (Denmark)
── jobnet-search/ # Jobnet.dk (Denmark, government portal)
│ └── linkedin-search/ # LinkedIn public job listings (country-agnostic)
├── cv/
│ └── main_example.tex # moderncv LaTeX template
├── cover_letters/