@chahuadev/junk-sweeper-app 2.0.2 → 2.0.3
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,7 +59,11 @@ DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
|
|
|
59
59
|
|
|
60
60
|
> **WSL2 tip:** Copy to WSL native filesystem first:
|
|
61
61
|
> ```bash
|
|
62
|
-
>
|
|
62
|
+
> # Path after: npm install -g @chahuadev/junk-sweeper-app
|
|
63
|
+
> # (no sudo)
|
|
64
|
+
> cp ~/.npm-global/lib/node_modules/@chahuadev/junk-sweeper-app/bin/"Junk Sweeper.AppImage" /tmp/JunkSweeper.AppImage
|
|
65
|
+
> # (with sudo)
|
|
66
|
+
> # cp /usr/lib/node_modules/@chahuadev/junk-sweeper-app/bin/"Junk Sweeper.AppImage" /tmp/JunkSweeper.AppImage
|
|
63
67
|
> chmod +x /tmp/JunkSweeper.AppImage
|
|
64
68
|
> DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/JunkSweeper.AppImage \
|
|
65
69
|
> --appimage-extract-and-run --no-sandbox --disable-gpu
|
package/package.json
CHANGED