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
Currently, the installer tool allows you to install a concrete version, once it was release.
However, there is no easy way to benefit of the features/bug-fixes already merged into main unless you download the project and run the build.sh yourself.
Expected
Allow using main as [version], to get the main branch and build the "main non-stable" bashunit version.
Current
Currently, the installer tool allows you to install a concrete version, once it was release.
However, there is no easy way to benefit of the features/bug-fixes already merged into main unless you download the project and run the
build.sh
yourself.Expected
Allow using
main
as[version]
, to get the main branch and build the "main non-stable" bashunit version.curl -s https://bashunit.typeddevs.com/install.sh | bash -s [dir] [version]
The text was updated successfully, but these errors were encountered: