@projmux/darwin-arm64 0.4.9 → 0.5.0
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 -4
- package/bin/projmux +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,11 +27,8 @@ keys to move between projects, windows, panes, notifications, and settings.
|
|
|
27
27
|
|
|
28
28
|
- [Node.js](https://nodejs.org/) and npm, for the main install path.
|
|
29
29
|
- [tmux](https://github.com/tmux/tmux/wiki/Installing) **3.4 or newer**.
|
|
30
|
-
- [fzf](https://github.com/junegunn/fzf#installation) **0.65.0 or newer**.
|
|
31
30
|
|
|
32
|
-
Run `projmux doctor` after installing to check the local runtime.
|
|
33
|
-
requirement is the junegunn/fzf CLI binary; `npm i fzf` is a different
|
|
34
|
-
JavaScript library.
|
|
31
|
+
Run `projmux doctor` after installing to check the local runtime.
|
|
35
32
|
|
|
36
33
|
## Install
|
|
37
34
|
|
package/bin/projmux
CHANGED
|
Binary file
|