Skip to content

Commit e5140db

Browse files
author
Jaisuraj Kaleeswaran
committed
Updated command for installation
1 parent 659988c commit e5140db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ There are multiple workflows you can trigger with natural language. Below is a c
2424
- **"Revert cleanup changes made to the 'verify_user' function"** -> The agent will look at the commit it originally modified and revert the function.
2525
- **"Clean up global variables only"** -> The agent will skip other code slob identifiers and only look for global variables.
2626
- **"Remove all code that is not covered by `test_e2e.py`"** -> A Python script will run your provided test script to identify all code that is not covered by the test script and remove it.
27+
- **"Accessing --help remotely"** -> See [remote_help.md](remote_help.md) for how to set up the tool suite on any machine.
2728

2829
### Exclusions
2930

0 commit comments

Comments
 (0)