diff --git a/README.md b/README.md index 79ab889..65e936d 100644 --- a/README.md +++ b/README.md @@ -97,22 +97,22 @@ See full [documentation](https://github.com/antonmedv/fx/blob/master/docs.md). ## Contributing -Open the repo in Gitpod, the free online dev environment for GitHub. - [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/antonmedv/fx) Or clone locally and run: -```sh +```bash # install dependencies npm install +# run fx +node index.js package.json + # run the build npm run build # try the built binary ./dist/fx-linux package.json - ``` ## License