mirror of
https://github.com/antonmedv/fx
synced 2024-11-03 15:40:12 +00:00
Update README.md
This commit is contained in:
parent
8812bf3393
commit
afada8f60a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user