the-grid-cc 1.7.7 → 1.7.9
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 -0
- package/assets/install-demo.png +0 -0
- package/commands/grid/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,12 @@ npx the-grid-cc # Install (one command)
|
|
|
41
41
|
<strong>That's it. Works on Mac, Windows, and Linux.</strong>
|
|
42
42
|
</p>
|
|
43
43
|
|
|
44
|
+
<br>
|
|
45
|
+
|
|
46
|
+
<p align="center">
|
|
47
|
+
<img src="assets/install-demo.png" alt="The Grid Installation" width="700"/>
|
|
48
|
+
</p>
|
|
49
|
+
|
|
44
50
|
---
|
|
45
51
|
|
|
46
52
|
## The Problem
|
|
Binary file
|
package/commands/grid/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.9
|