dew 0.7.37 → 0.7.38

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,6 +35,11 @@ npm install -g dew
35
35
  irm https://github.com/solcreek/dew/releases/latest/download/install.ps1 | iex
36
36
  ```
37
37
 
38
+ > One-off try-out without installing: `npx dew run -- uname -a` works too.
39
+ > Once dew is installed (brew, install.sh, or `npm install -g`), call `dew`
40
+ > directly — `npx dew` always resolves the npm package and ignores the
41
+ > binary already on your PATH, adding startup overhead on every call.
42
+
38
43
  Then try:
39
44
 
40
45
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dew",
3
- "version": "0.7.37",
3
+ "version": "0.7.38",
4
4
  "description": "Sandboxed Linux compute, agent-native and human-friendly.",
5
5
  "license": "MIT",
6
6
  "repository": {