From 8d9122338b16c3175d1f6a72be18efc44320da74 Mon Sep 17 00:00:00 2001 From: Rish-2006 Date: Tue, 30 Jun 2026 19:14:07 +0530 Subject: [PATCH 1/2] docs: add installation permission troubleshooting note --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 11a26c23c0f6c5adaea26a0123a60bc7320f82b8 Mon Sep 17 00:00:00 2001 From: Rish-2006 Date: Tue, 30 Jun 2026 19:48:52 +0530 Subject: [PATCH 2/2] docs: enhance readability in contribution guidelines --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 646f207b..480ea298 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ # Contributing to TermUI +Thank you for your interest in contributing to TermUI; your help is vital to refining our terminal user interface components. Thanks for your contribution. Bug fixes, new widgets, improved docs, typo fixes. All of it helps.