diff --git a/README.md b/README.md index e5bc5895..f384cb27 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,8 @@ examples/ ## Development > **Note:** This project uses [Bun](https://bun.sh) as its package manager. Install Bun first: https://bun.sh/docs/installation +> **Note:** If you encounter execution policy or permission errors during setup, open your terminal as an Administrator (Windows) or use `sudo` before running commands (Mac/Linux). + ```bash bun install diff --git a/ROADMAP.md b/ROADMAP.md index 6a11e748..618889fa 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,7 @@ # TermUI Roadmap This file shows where TermUI is, what is in progress, and what comes next. Use it to find work that fits your skill level. +This overview acts as a structured guide for tracking framework evolution and developmental checkpoints. Full version with details: [Roadmap wiki page](https://github.com/Karanjot786/TermUI/wiki/Roadmap).