@aicgen/aicgen 1.0.2 → 1.0.4

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 +22 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,17 +55,33 @@ npm install -g @aicgen/aicgen
55
55
  npx @aicgen/aicgen init
56
56
  ```
57
57
 
58
+ ### From Homebrew (macOS)
59
+
60
+ ```bash
61
+ # Add the tap
62
+ brew tap aicgen/aicgen
63
+
64
+ # Install aicgen
65
+ brew install aicgen
66
+ ```
67
+
58
68
  ### From Binary (Standalone)
59
69
 
60
- Download the latest binary for your platform from the [releases page](https://github.com/aicgen/aicgen/releases):
70
+ Download the latest installer for your platform from the [releases page](https://github.com/aicgen/aicgen/releases):
61
71
 
62
- - **Windows**: `aicgen.exe`
63
- - **Linux**: `aicgen-linux`
64
- - **macOS**: `aicgen-macos`
72
+ - **Windows**: `aicgen-setup-x64.exe` installer
73
+ - **Linux (Debian/Ubuntu)**: `aicgen_amd64.deb`
74
+ - **Linux (Fedora/RHEL)**: `aicgen_x86_64.rpm`
65
75
 
66
76
  ```bash
67
- # Windows
68
- .\aicgen.exe init
77
+ # Windows - run the installer
78
+ aicgen-setup-x64.exe
79
+
80
+ # Linux (Debian/Ubuntu)
81
+ sudo dpkg -i aicgen_amd64.deb
82
+
83
+ # Linux (Fedora/RHEL)
84
+ sudo rpm -i aicgen_x86_64.rpm
69
85
  ```
70
86
 
71
87
  ### From Source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aicgen/aicgen",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "AI Config Generator - Automated AI assistant configuration for your projects",
5
5
  "keywords": [
6
6
  "ai",