@oomol-lab/oo-cli-linux-x64-gnu 1.1.4 → 1.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 +1 -1
  2. package/bin/oo +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ irm https://cli.oomol.com/install.ps1 | iex
63
63
  ```
64
64
 
65
65
  Other install scripts (`wget`, Windows CMD, etc.) are listed at
66
- <https://oomol.com/cli/>.
66
+ <https://cli.oomol.com/install-guide.md>.
67
67
 
68
68
  ## Quick start
69
69
 
package/bin/oo CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/oo-cli-linux-x64-gnu",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "description": "OOMOL's command-line interface for accounts and packages. (linux x64 glibc binary)",
6
6
  "author": "BlackHole1 <bh@bugs.cc>",