@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.
- package/README.md +8 -0
- 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
|