@mvanhorn/printing-press-library 0.1.18 → 0.1.19
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -150,7 +150,7 @@ More bundles will be added over time. To suggest one, open an issue at the [prin
|
|
|
150
150
|
## Requirements
|
|
151
151
|
|
|
152
152
|
- Node.js 20+
|
|
153
|
-
- Go 1.26.
|
|
153
|
+
- Go 1.26.5 or newer (for `go install`)
|
|
154
154
|
- The installer writes CLI binaries to a per-user binary directory by default: `$HOME/.local/bin` on macOS/Linux and `%LOCALAPPDATA%\Programs\PrintingPress\bin` on Windows. That directory must be on the runtime `PATH` for installed CLIs to be runnable by name. If it is missing, `install` still installs the focused skill, then prints the exact, copy-pasteable line to add for your platform and shell (zsh/bash/fish, PowerShell, cmd, or Git Bash).
|
|
155
155
|
|
|
156
156
|
Use `--bin-dir <dir>` only when you want to override the default user bin directory. The installer creates the directory first, sets `GOBIN=<dir>` for the install, and reports the resulting binary path:
|