@contino/tally-linux-arm64 0.1.3 → 0.1.5

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 (3) hide show
  1. package/README.md +6 -0
  2. package/bin/tally +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,12 @@ tally integrates rules from multiple sources:
16
16
 
17
17
  ## Installation
18
18
 
19
+ ### Homebrew (macOS/Linux)
20
+
21
+ ```bash
22
+ brew install tinovyatkin/tap/tally
23
+ ```
24
+
19
25
  ### NPM
20
26
 
21
27
  ```bash
package/bin/tally CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contino/tally-linux-arm64",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "The Linux ARM64 binary for tally",
5
5
  "repository": {
6
6
  "type": "git",