@ainame/tuzuru 0.1.1 → 0.1.2

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,14 @@ Tuzuru is designed with these core principles:
23
23
 
24
24
  ## Installation
25
25
 
26
+ ### npm (Cross-platform)
27
+
28
+ ```bash
29
+ npm install -g @ainame/tuzuru
30
+ ```
31
+
32
+ This will download and install the appropriate prebuilt binary for your platform (macOS or Linux).
33
+
26
34
  ### Homebrew (macOS)
27
35
 
28
36
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ainame/tuzuru",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Tuzuru static blog generator (npm wrapper around prebuilt binaries)",
5
5
  "license": "MIT",
6
6
  "private": false,