Skip to content

Commit 0986af2

Browse files
Update README.md
1 parent 32b323e commit 0986af2

1 file changed

Lines changed: 21 additions & 14 deletions

File tree

README.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Download the latest release from the [Releases](https://github.com/flowdevs-io/R
3131
1. Run recursivecontrol.exe
3232
2. Setup your LLM
3333
![image](https://github.com/user-attachments/assets/5dc4f034-794c-46c8-bf96-a4c95db05886)
34-
3. Start asking questions
34+
3. Input your commands directly into the UI, and watch as AI automate your tasks.
35+
3536

3637
### Development
3738

@@ -51,15 +52,6 @@ Download the latest release from the [Releases](https://github.com/flowdevs-io/R
5152
dotnet build
5253
```
5354

54-
### Usage
55-
56-
Run the application:
57-
```bash
58-
dotnet run
59-
```
60-
61-
Input your commands directly into the console, and watch as AI automates your tasks.
62-
6355
## Plugin System
6456

6557
Recursive Control supports a modular plugin system, allowing you to extend its capabilities. Plugins can automate keyboard, mouse, window management, screen capture, command line, and more. You can find plugin implementations in the `FlowVision/lib/Plugins/` directory. To add your own plugin, implement the required interface and register it in the application.
@@ -86,16 +78,15 @@ FlowVision/ # Main application source
8678
content/ # Images and assets
8779
```
8880

89-
## Example Use Cases
90-
- Automate daily report generation and emailing
81+
## Example Use Cases=
9182
- Control applications via natural language (e.g., "Open Excel and create a new spreadsheet")
9283
- Capture and process screenshots for documentation
9384
- Batch rename files or organize folders
9485

9586
## Troubleshooting
9687
- Ensure you have .NET 4.8+ installed
9788
- Check your API key and network connection for LLM access
98-
- For plugin errors, review the application logs in the output window
89+
- For plugin errors, review the application logs in %appdata%\FlowVision\plugin_usage.log
9990

10091
## Contributing
10192

@@ -112,5 +103,21 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
112103

113104
## Contact
114105

115-
For any questions, feedback, or collaboration inquiries, please connect with us through our GitHub repository or via LinkedIn.
106+
For any questions, feedback, or collaboration inquiries, please connect with us through our GitHub repository, or via LinkedIn.
107+
108+
## Citation
116109

110+
If you use Browser Use in your research or project, please cite:
111+
112+
```bibtex
113+
@software{browser_use2024,
114+
author = {Trantham, Justin},
115+
title = {Recursive Control: AI Control for Windows Computers },
116+
year = {2025},
117+
publisher = {GitHub},
118+
url = {https://github.com/flowdevs-io/Recursive-Contro}
119+
}
120+
```
121+
<div align="center">
122+
Made and owned by Engineers
123+
</div>

0 commit comments

Comments
 (0)