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 dc6a5113de550a4bb55fde116952761575a5cdde Mon Sep 17 00:00:00 2001 From: Rish-2006 Date: Tue, 30 Jun 2026 19:41:57 +0530 Subject: [PATCH 2/2] docs: improve behavioral expectations clarity --- CODE_OF_CONDUCT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 482d21e7..178a7fbc 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,8 @@ ## The short version -Be decent to each other. We're building terminal UI stuff, not running a debate club. Disagreement about code is fine. Personal attacks aren't. +Be decent to each other. We are collectively building a great terminal UI tool, not hosting a debate club. Constructive criticism regarding architectural decisions or code structure is welcome, but personal attacks are strictly unacceptable. + ## The longer version