Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading