@starlight-ai/discord-waifus 0.3.2 → 0.3.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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
|
-
After publication:
|
|
8
|
-
|
|
9
7
|
```bash
|
|
10
8
|
npm install -g @starlight-ai/discord-waifus
|
|
11
9
|
```
|
|
@@ -36,7 +34,7 @@ waifus
|
|
|
36
34
|
waifus open
|
|
37
35
|
```
|
|
38
36
|
|
|
39
|
-
On first run, `waifus` downloads the latest GitHub Release bundle into `~/Discord-Waifus`, saves that directory as the default project root, runs `pnpm install --prod --frozen-lockfile
|
|
37
|
+
On first run, `waifus` downloads the latest GitHub Release bundle into `~/Discord-Waifus`, verifies the checksum when available, saves that directory as the default project root, runs `pnpm install --prod --frozen-lockfile` with the bundled pnpm, initializes local runtime files, and starts the local stack.
|
|
40
38
|
|
|
41
39
|
### Refresh an existing release-bundle install
|
|
42
40
|
|
|
@@ -44,7 +42,7 @@ On first run, `waifus` downloads the latest GitHub Release bundle into `~/Discor
|
|
|
44
42
|
waifus update
|
|
45
43
|
```
|
|
46
44
|
|
|
47
|
-
`waifus update` downloads the latest GitHub Release bundle into the existing project root, preserves local runtime data such as `.waifus/`, reinstalls runtime dependencies, and restarts the stack if it was already running.
|
|
45
|
+
`waifus update` downloads the latest GitHub Release bundle into the existing project root, preserves local runtime data such as `.waifus/`, reinstalls runtime dependencies, and restarts the stack if it was already running. It prints progress while resolving the release, downloading, verifying, extracting, applying files, and installing dependencies.
|
|
48
46
|
|
|
49
47
|
### Download from GitHub into a custom directory
|
|
50
48
|
|