@chfischerx/puttry 0.1.2 → 0.1.7
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 +4 -0
- package/dist/assets/index-BZVmb4_k.js +195 -0
- package/dist/assets/{index-B7k6QJRs.css → index-C_m8-Z45.css} +1 -1
- package/dist/index.html +2 -2
- package/dist-server/cli.js +8 -7
- package/dist-server/server.js +7 -6
- package/package.json +3 -3
- package/dist/assets/index-DrvzA-mO.js +0 -195
package/README.md
CHANGED
|
@@ -104,6 +104,10 @@ Install PuTTrY globally using npm:
|
|
|
104
104
|
npm install -g @chfischerx/puttry
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
+
> **Note:** The `-g` flag is required. The install snippet shown on the npmjs.com package
|
|
108
|
+
> page omits it — using `npm i @chfischerx/puttry` without `-g` installs the package
|
|
109
|
+
> locally and the `puttry` command will not be available in your shell.
|
|
110
|
+
|
|
107
111
|
### Step 2: Configure (Recommended)
|
|
108
112
|
|
|
109
113
|
Run the interactive configuration wizard to set up PuTTrY for your environment:
|