Skip to content

Commit ec0fa5a

Browse files
committed
Update CONTRIBUTING.md
1 parent c8f1f83 commit ec0fa5a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Contributing to the Project
32

43
We 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
3130
python3 -m venv venv
3231
source 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)
3534
pip install uv
3635

3736
# Build Project
3837
uv 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
4241
pre-commit install
4342

4443
# Run Program
45-
aider-ce
46-
47-
# OR!
48-
4944
cecli
5045

46+
# OR! (legacy)
47+
aider-ce
48+
5149
```
5250

5351
### Building the Docker Image

0 commit comments

Comments
 (0)