You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think a lot of AHK users are familiar with package managers; hence, the initial motivation not to mention it in the README. After all, if you're aware of ahkpm, you might even already know how to use it, right?
Perhaps we could mention it briefly in the README, something like,
If you're familiar with package managers, check out ahkpm ...
And then somehow provide a link to this issue.
That way we don't end up confusing people that don't want or are unaware of ahkpm (or package managers in general). Personally, I like to keep the “Basic usage” section of my README as short as possible. Perhaps we could even enclose the instructions in a collapsed <details> tag instead.
Add docs for those who dont know ahkpm:
ahkpm
ahkpm install gh:jasonsparc/dsvparser-ahk2
in your project dir#Include %A_ScriptDir%\ahkpm-modules\github.com\jasonsparc\dsvparser-ahk2\dsvparser-ahk2.ahk
The text was updated successfully, but these errors were encountered: