@vybestack/llxprt-code-core 0.1.23-nightly.250828.9dff311e → 0.1.23-nightly.250829.6bacfcba
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 +0 -15
- package/package.json +1 -1
package/README.md
CHANGED
@@ -47,21 +47,6 @@ You have two options to install LLxprt Code.
|
|
47
47
|
npx https://github.com/acoliver/llxprt-code
|
48
48
|
```
|
49
49
|
|
50
|
-
### With Homebrew
|
51
|
-
|
52
|
-
1. **Prerequisites:** Ensure you have [Homebrew](https://brew.sh/) installed.
|
53
|
-
2. **Install the CLI:** Execute the following command in your terminal:
|
54
|
-
|
55
|
-
```bash
|
56
|
-
brew install llxprt-code
|
57
|
-
```
|
58
|
-
|
59
|
-
Then, run the CLI from anywhere:
|
60
|
-
|
61
|
-
```bash
|
62
|
-
llxprt
|
63
|
-
```
|
64
|
-
|
65
50
|
### Common Configuration Steps
|
66
51
|
|
67
52
|
3. **Run and configure:**
|