File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Files-DB-MCP is a local vector database system that provides LLM coding agents w
19
19
### One-Line Installation
20
20
21
21
``` bash
22
- curl -fsSL https://raw.githubusercontent.com/yourusername /files-db-mcp/main/install.sh | bash
22
+ curl -fsSL https://raw.githubusercontent.com/randomm /files-db-mcp/main/install.sh | bash
23
23
```
24
24
25
25
### Usage
@@ -46,7 +46,7 @@ If you prefer to install manually:
46
46
47
47
1 . Clone the repository:
48
48
``` bash
49
- git clone https://github.com/yourusername /files-db-mcp.git
49
+ git clone https://github.com/randomm /files-db-mcp.git
50
50
```
51
51
52
52
2 . Navigate to a project directory and run:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The Docker Compose installation is the simplest and most reliable way to run Fil
26
26
27
27
``` bash
28
28
# Clone the repository
29
- git clone https://github.com/yourusername /files-db-mcp.git
29
+ git clone https://github.com/randomm /files-db-mcp.git
30
30
cd files-db-mcp
31
31
32
32
# Start the services
@@ -58,7 +58,7 @@ Files-DB-MCP can be installed as a global CLI tool for easy access from any proj
58
58
pip install files-db-mcp
59
59
60
60
# Or install the development version
61
- pip install git+https://github.com/yourusername /files-db-mcp.git
61
+ pip install git+https://github.com/randomm /files-db-mcp.git
62
62
```
63
63
64
64
### Usage
@@ -97,7 +97,7 @@ For advanced users who want to install from source:
97
97
98
98
``` bash
99
99
# Clone the repository
100
- git clone https://github.com/yourusername /files-db-mcp.git
100
+ git clone https://github.com/randomm /files-db-mcp.git
101
101
cd files-db-mcp
102
102
103
103
# Create and activate a virtual environment
@@ -117,7 +117,7 @@ For developers who want to contribute to Files-DB-MCP:
117
117
118
118
``` bash
119
119
# Clone the repository
120
- git clone https://github.com/yourusername /files-db-mcp.git
120
+ git clone https://github.com/randomm /files-db-mcp.git
121
121
cd files-db-mcp
122
122
123
123
# Create and activate a virtual environment
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ python test_search.py
345
345
346
346
If you're still experiencing problems:
347
347
348
- 1 . Check the [ GitHub Issues] ( https://github.com/yourusername /files-db-mcp/issues ) for similar reports
348
+ 1 . Check the [ GitHub Issues] ( https://github.com/randomm /files-db-mcp/issues ) for similar reports
349
349
2 . Enable DEBUG logging in your configuration
350
350
3 . Create a detailed bug report including:
351
351
- Steps to reproduce
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if command -v git >/dev/null 2>&1; then
50
50
git pull
51
51
else
52
52
echo " Cloning repository..."
53
- git clone https://github.com/yourusername /files-db-mcp.git " $INSTALL_DIR "
53
+ git clone https://github.com/randomm /files-db-mcp.git " $INSTALL_DIR "
54
54
fi
55
55
else
56
56
# Option 2: Download zip file (placeholder)
You can’t perform that action at this time.
0 commit comments