mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #312] How the heck to "run" the binary from the Releases section on Windows? #435
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#435
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 @windowshopr on GitHub (Oct 26, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/312
When you download the binary for Windows, in the zip file is just a binary file, no extension. When you attempt to run the
.\asynqmoncommand in a powershell window, it just asks what program you want to use to open the bin file? The documentation suggests it's supposed to start a web server. Should this file actually be a .exe file or what? Thanks!@windowshopr commented on GitHub (Oct 26, 2023):
Nevermind, yes, that's exactly what you need to do. Add
.exeto the file type and run in terminal!