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
Starting with Linux since it's easy (and we'll likely have a pre-built binary for it soon).
Note: This should also modify the fish_update_completions function to preferentially call our compiled binary.
We've technically hit our MVP goals, but this is the last step before we'd want to advertise the project as an alternative. I.e., what's the install process if we say this is now usable?
The text was updated successfully, but these errors were encountered:
I think we can first provide tarballs and bundle for linux distributions, but for the build it is better to cargo build --release, as for consumers they can download the built artifacts we store in github and take it in locally.
Starting with Linux since it's easy (and we'll likely have a pre-built binary for it soon).
Note: This should also modify the
fish_update_completions
function to preferentially call our compiled binary.We've technically hit our MVP goals, but this is the last step before we'd want to advertise the project as an alternative. I.e., what's the install process if we say this is now usable?
The text was updated successfully, but these errors were encountered: