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.
Files changed (2) hide show
  1. package/README.md +6 -8
  2. 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
- # Clone the repository
9
- git clone https://github.com/kliverz1337/opencode-antigravity-config.git
10
- cd opencode-antigravity-config
8
+ # Option 1: Run directly without installing (Recommended)
9
+ npx opencode-antigravity-config
11
10
 
12
- # Install dependencies and link globally
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 <repo-url>
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-antigravity-config",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "GUI installer for Antigravity OpenCode configuration",
5
5
  "main": "main.js",
6
6
  "bin": {