Skip to content

Commit 1bc3e13

Browse files
committed
new version online
1 parent 7c1d4bf commit 1bc3e13

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/COMPLETION_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ cargo install rust_tui_coder
124124

125125
**Usage**:
126126
```bash
127-
rust_tui_coder
127+
rct
128128
```
129129

130130
**Publishing Steps** (see `PUBLISH.md` for details):

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ If applicable, add screenshots or error logs
568568

569569
2. **Use rust-gdb or rust-lldb**
570570
```bash
571-
rust-gdb target/debug/rust_tui_coder
571+
rust-gdb target/debug/rct
572572
```
573573

574574
3. **Check tool logs in app**

docs/IMPROVEMENTS_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ cargo install rust_tui_coder
154154
### Binary Usage
155155
After installation, users can run:
156156
```bash
157-
rust_tui_coder
157+
rct
158158
```
159159

160160
## 5. Documentation Created

docs/NEW_FEATURES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ cp prompt.md.example prompt.md
297297
nano prompt.md # Edit to your preferences
298298

299299
# Start using new features immediately!
300-
rust_tui_coder
300+
rct
301301
```
302302

303303
---
@@ -348,7 +348,7 @@ ACTION: [Uses COPY_FILE for each one]
348348
echo "Always explain your code in detail" > prompt.md
349349

350350
# The AI will now follow your instruction!
351-
rust_tui_coder
351+
rct
352352
```
353353

354354
---

docs/PUBLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ model_name = "gpt-4"
138138
EOF
139139

140140
# Run the application
141-
rust_tui_coder
141+
rct
142142
```
143143

144144
## Support and Issues

docs/TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ pwd
542542
**Diagnostic:**
543543
```bash
544544
# Check memory
545-
top | grep rust_tui_coder
545+
top | grep rct
546546
```
547547
548548
**Solutions:**

0 commit comments

Comments
 (0)