This commit is contained in:
Keep Creating Online
2025-01-13 16:37:57 -05:00
parent 2e43a821b1
commit 17ac5d4694

View File

@@ -22,7 +22,7 @@ The **RePrompt** is a tool designed to create a comprehensive context file (`rep
## Directory Structure ## Directory Structure
``` ```
repository-context-generator/ RePrompt/
├── src/ ├── src/
│ ├── app.py # Main Streamlit application │ ├── app.py # Main Streamlit application
│ ├── generate_repo_context.py # Context generation script │ ├── generate_repo_context.py # Context generation script
@@ -40,8 +40,8 @@ repository-context-generator/
### 1. Clone the Repository ### 1. Clone the Repository
```bash ```bash
git clone <repository-url> git clone https://github.com/PR0M3TH3AN/RePrompt
cd repository-context-generator cd RePrompt
``` ```
### 2. Create Required Directories and Files ### 2. Create Required Directories and Files