From ec0fa5a8cf8652d1118002b7705fdd0edb04edc0 Mon Sep 17 00:00:00 2001 From: Gopar Date: Mon, 5 Jan 2026 13:31:43 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfff1d7d146..9dce2b91bdf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,3 @@ - # Contributing to the Project We welcome contributions in the form of bug reports, feature requests, @@ -24,30 +23,29 @@ ensure that your contributions can be integrated smoothly. ```bash # Clone the repository -git clone https://github.com/dwash96/aider-ce.git -cd aider-ce +git clone https://github.com/dwash96/cecli.git +cd cecli # Make a venv python3 -m venv venv source venv/bin/activate -# Install UV because it's superior +# Install UV because it's superior (skip if you already have it installed globally) pip install uv # Build Project uv pip install --native-tls -e . # Add tool chain -uv install --native-tls pre-commit +uv pip install --native-tls pre-commit pre-commit install # Run Program -aider-ce - -# OR! - cecli +# OR! (legacy) +aider-ce + ``` ### Building the Docker Image