mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #300] Documentation: add a line to install cargo-bundle #217
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rjzak on GitHub (May 18, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/300
Is your feature request related to a problem? Please describe.
The documentation says to run
cargo bundleto create the macOS app bundle, but thebundlesub-command is undefined.Describe the solution you'd like
Add a line to the documentation to include the instruction to first run
cargo install cargo-bundlewhen compiling on macOS for the first time.Describe alternatives you've considered
Provide Apple Silicon or Universal pre-built binaries via GitHub Actions (if possible).
Additional context
N/A
@jpochyla commented on GitHub (May 30, 2022):
Good idea, done. Thanks!