opencode-antigravity-config 1.0.0 → 1.0.1
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 +6 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,13 +5,11 @@ GUI installer for [Antigravity OpenCode](https://opencode.ai) configuration stac
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
#
|
|
9
|
-
|
|
10
|
-
cd opencode-antigravity-config
|
|
8
|
+
# Option 1: Run directly without installing (Recommended)
|
|
9
|
+
npx opencode-antigravity-config
|
|
11
10
|
|
|
12
|
-
#
|
|
13
|
-
npm install
|
|
14
|
-
npm link
|
|
11
|
+
# Option 2: Install globally
|
|
12
|
+
npm install -g opencode-antigravity-config
|
|
15
13
|
|
|
16
14
|
# Launch the installer GUI
|
|
17
15
|
opencode-agc
|
|
@@ -93,8 +91,8 @@ Keys can also be added manually to the config files after installation.
|
|
|
93
91
|
|
|
94
92
|
```bash
|
|
95
93
|
# Clone and install
|
|
96
|
-
git clone
|
|
97
|
-
cd opencode-config
|
|
94
|
+
git clone https://github.com/kliverz1337/opencode-antigravity-config.git
|
|
95
|
+
cd opencode-antigravity-config
|
|
98
96
|
npm install
|
|
99
97
|
|
|
100
98
|
# Run locally
|