Skip to content

Commit c766a4c

Browse files
committed
add username
1 parent ad2458b commit c766a4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A GitHub CLI extension that generates AI-powered standup reports using GitHub ac
1414

1515
```bash
1616
# Clone the repository
17-
git clone https://github.com/your-username/gh-standup.git
17+
git clone https://github.com/sgoedecke/gh-standup.git
1818
cd gh-standup
1919

2020
# Build and install
@@ -25,7 +25,7 @@ gh extension install .
2525
### Install from GitHub
2626

2727
```bash
28-
gh extension install your-username/gh-standup
28+
gh extension install sgoedecke/gh-standup
2929
```
3030

3131
## Usage

0 commit comments

Comments
 (0)