File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21# Contributing to the Project
32
43We welcome contributions in the form of bug reports, feature requests,
@@ -24,30 +23,29 @@ ensure that your contributions can be integrated smoothly.
2423
2524``` bash
2625# Clone the repository
27- git clone https://github.com/dwash96/aider-ce .git
28- cd aider-ce
26+ git clone https://github.com/dwash96/cecli .git
27+ cd cecli
2928
3029# Make a venv
3130python3 -m venv venv
3231source venv/bin/activate
3332
34- # Install UV because it's superior
33+ # Install UV because it's superior (skip if you already have it installed globally)
3534pip install uv
3635
3736# Build Project
3837uv pip install --native-tls -e .
3938
4039# Add tool chain
41- uv install --native-tls pre-commit
40+ uv pip install --native-tls pre-commit
4241pre-commit install
4342
4443# Run Program
45- aider-ce
46-
47- # OR!
48-
4944cecli
5045
46+ # OR! (legacy)
47+ aider-ce
48+
5149```
5250
5351### Building the Docker Image
You can’t perform that action at this time.
0 commit comments