Skip to content

Commit

Permalink
docs(readme): Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
sidedwards committed Oct 23, 2024
1 parent 203ef0a commit 753b26e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,15 @@ Example output:
```
Proposed commit:
┌────────────────────────────────────────────────────────────────────────┐
Add user authentication to API endpoints
docs(README): update installation instructions
│ │
│ - Implement JWT token validation │
│ - Add rate limiting middleware │
│ - Add instructions for installing pre-built binary │
│ * Separate steps for macOS (M1/M2 and Intel), Linux, and Windows │
│ * Move binary to PATH and make executable │
│ - Add instructions for installing from source │
│ * Install Deno │
│ * Clone repo and install with Deno task │
│ - Remove outdated development instructions │
└────────────────────────────────────────────────────────────────────────┘
(a)ccept, (e)dit, (r)eject, (n)ew message?
Expand Down

0 comments on commit 753b26e

Please sign in to comment.