Skip to content

Commit d6b46bb

Browse files
committed
chore: update README.md
1 parent a620613 commit d6b46bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

registry/coder-labs/modules/auggie/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "auggie" {
2222
## Prerequisites
2323

2424
- You must add the [Coder Login](https://registry.coder.com/modules/coder/coder-login) module to your template
25-
- **Augment session token for authentication (required for tasks)**
25+
- **Augment session token for authentication (required for tasks). [Instructions](https://docs.augmentcode.com/cli/setup-auggie/authentication) to get the session token**
2626

2727
## Examples
2828

@@ -37,8 +37,7 @@ module "auggie" {
3737
folder = "/home/coder/project"
3838
3939
# Optional: Specify Auggie version
40-
install_auggie = true
41-
auggie_version = "latest"
40+
auggie_version = "0.3.0"
4241
}
4342
```
4443

0 commit comments

Comments
 (0)