aqualink 2.11.10 โ†’ 2.12.0

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 CHANGED
@@ -48,6 +48,60 @@
48
48
  </table>
49
49
  </div>
50
50
 
51
+ ## ๐Ÿ“ฆ Installation
52
+ **Latest Stable Release: `v2.11.7`** โ€ข **Choose your preferred package manager below**
53
+
54
+ <details>
55
+ <summary><strong>๐Ÿ“ฆ NPM (Most Popular)</strong></summary>
56
+
57
+ ```bash
58
+ # ๐ŸŽฏ Stable release (recommended for production)
59
+ npm install aqualink
60
+
61
+ # ๐Ÿšง Latest development build
62
+ npm install ToddyTheNoobDud/aqualink
63
+ ```
64
+
65
+ </details>
66
+
67
+ <details>
68
+ <summary><strong>๐Ÿงถ Yarn (Fast & Reliable)</strong></summary>
69
+
70
+ ```bash
71
+ # ๐ŸŽฏ Stable release (recommended for production)
72
+ yarn add aqualink
73
+
74
+ # ๐Ÿšง Latest development build
75
+ yarn add ToddyTheNoobDud/aqualink
76
+ ```
77
+
78
+ </details>
79
+
80
+ <details>
81
+ <summary><strong>โšก Bun (Lightning Fast)</strong></summary>
82
+
83
+ ```bash
84
+ # ๐ŸŽฏ Stable release (recommended for production)
85
+ bun add aqualink
86
+
87
+ # ๐Ÿšง Latest development build
88
+ bun add ToddyTheNoobDud/aqualink
89
+ ```
90
+
91
+ </details>
92
+
93
+ <details>
94
+ <summary><strong>๐Ÿ“ฆ pnpm (Space Efficient)</strong></summary>
95
+
96
+ ```bash
97
+ # ๐ŸŽฏ Stable release (recommended for production)
98
+ pnpm add aqualink
99
+
100
+ # ๐Ÿšง Latest development build
101
+ pnpm add ToddyTheNoobDud/aqualink
102
+ ```
103
+ </details>
104
+
51
105
  ## ๐Ÿ”ฅ Feature Highlights
52
106
 
53
107
  <div align="center">
@@ -392,4 +446,4 @@ Join our thriving community of developers and bot creators!
392
446
 
393
447
  <sub>Built with ๐Ÿ’™ by the Aqualink Team</sub>
394
448
 
395
- </div>
449
+ </div>