From afada8f60adee7e79fafc20103d8d733467d24e9 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 30 Jan 2019 10:22:08 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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