Update README to include releases link#16
Merged
andrewhassan merged 1 commit intomainfrom Jun 23, 2022
Merged
Conversation
d232ff1 to
eb13979
Compare
kwringe
reviewed
May 27, 2022
|
|
||
| This is a simple CLI (`script-runner`) which allows you to run Wasm | ||
| scripts intended for ShopifyVM. Scripts will run using | ||
| This is a simple CLI (`script-runner`) which allows you to run Shopify Functions intended for ShopifyVM. Functions will run using |
There was a problem hiding this comment.
How about:
This simple CLI (script-runner`) lets you run Shopify Functions for ShopifyVM. It accepts a JSON input file and outputs JSON.
There was a problem hiding this comment.
I'm not as confident about the 2nd sentence. It seems odd to me.
Contributor
Author
There was a problem hiding this comment.
I think maybe It accepts a JSON input file and outputs the result as JSON makes more sense. WDYT?
kwringe
reviewed
May 27, 2022
eb13979 to
077bcb7
Compare
jeffcharles
approved these changes
Jun 23, 2022
077bcb7 to
bfda6db
Compare
bfda6db to
96a3072
Compare
hainsdominic
approved these changes
Jun 23, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR, I've updated the README to have clearer instructions on where to find the binaries if you don't want to compile it yourself.