Skip to content

Commit 740b19b

Browse files
committed
Minor readme update
1 parent b7e5a6a commit 740b19b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/grumpy-turkeys-whisper.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bluecadet/launchpad": patch
3+
---
4+
5+
Minor readme update

packages/launchpad/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ graph LR
3535
3. *Optional: [Bootstrap](/packages/scaffold) your PC with `npx launchpad scaffold`*
3636
4. Run `npx launchpad`
3737

38+
![Screen Recording of Launchpad on Windows 11](https://user-images.githubusercontent.com/295789/197365153-d62d9218-2ffa-4611-ac61-fa5bf786766a.gif)
39+
3840
Run `npx launchpad --help` to see all available commands.
3941

40-
Note: Launchpad is typically installed as a local dependency, configured with a `launchpad.json` file and run by a startup task (e.g. Windows Task Scheduler) using `npx launchpad`. Launchpad can also be installed globally via `npm i -g @bluecadet/launchpad` and called via `launchpad` instead of `npx launchpad`.
42+
*Note: Launchpad is typically triggered run by a startup task (e.g. Windows Task Scheduler) using `npx launchpad`. When installed globally (`npm i -g @bluecadet/launchpad`), you can use the `launchpad` command instead. See [config loading](#config-loading) for more info.*
4143

4244
## Configuration
4345

0 commit comments

Comments
 (0)