Skip to content

Commit

Permalink
final md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradev0x committed May 11, 2024
1 parent a3b793a commit f39e398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ Here's an overview of the contribution workflow:
Run the following commands in your terminal:

```bash
poetry install

cd devon_tui
npm install
npm run build
npm install -g .
chmod u+x build.sh
./build.sh

export DEVON_TELEMETRY_DISABLED=true
```
Expand All @@ -41,7 +37,7 @@ export DEVON_TELEMETRY_DISABLED=true
Either run:

```bash
devon-tui
devon
```

Or
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export ANTHROPIC_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Then to *run*, the command is:
```bash
devon-tui
devon
```

It's as easy as that.
Expand Down

0 comments on commit f39e398

Please sign in to comment.