Skip to content

Commit 7f476ba

Browse files
committed
improve contributor.md instructions
1 parent 867755f commit 7f476ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ Key points:
1212

1313
```bash
1414
# Clone the repository
15-
git clone https://github.com/yourusername/mycoder.git
15+
git clone https://github.com/bhouston/mycoder.git
16+
17+
# Change directory
1618
cd mycoder
1719

1820
# Install dependencies
1921
pnpm install
2022

21-
# Create .env file with your API keys
22-
cp .env.example .env
23-
# Edit .env with your API keys
23+
# Create a .env with your API key
24+
echo "ANTHROPIC_API_KEY=[your-api-key]" > .env
2425
```
2526

2627
### Development Commands

0 commit comments

Comments
 (0)