diff --git a/README.md b/README.md index 809533de8..79c29a4c0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ Please refer to our [Getting Started guide](https://fbflipper.com/docs/getting-s ## Requirements -* macOS (Flipper works on Linux and Windows, too, but we only support macOS officially at the moment.) * node >= 8 * yarn >= 1.5 * iOS developer tools (for developing iOS plugins) @@ -76,10 +75,15 @@ NOTE: If you're on Windows, you need to use Yarn 1.5.1 until [this issue](https: ### Building standalone application +Provide either `--mac`, `--win`, `--linux` or any combination of them +to `yarn build` to build a release zip file for the given platform(s). E.g. + ``` yarn build --mac --version $buildNumber ``` +You can find the resulting artifact in the `dist/` folder. + ## iOS SDK + Sample App ```