hibiken / asynqmon

Web UI for Asynq task queue
MIT License
605 stars 132 forks source link

How the heck to "run" the binary from the Releases section on Windows? #312

Closed windowshopr closed 8 months ago

windowshopr commented 8 months ago

When you download the binary for Windows, in the zip file is just a binary file, no extension. When you attempt to run the .\asynqmon command 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 8 months ago

Nevermind, yes, that's exactly what you need to do. Add .exe to the file type and run in terminal!