tlc-claude-code 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,7 +145,8 @@ Launch a mini-Replit for your team with Docker:
|
|
|
145
145
|
# Add launcher to your project (one-time)
|
|
146
146
|
tlc init
|
|
147
147
|
|
|
148
|
-
#
|
|
148
|
+
# Windows: double-click tlc-start.bat
|
|
149
|
+
# Mac/Linux: ./tlc-start.sh
|
|
149
150
|
```
|
|
150
151
|
|
|
151
152
|
**What you get:**
|