diff --git a/README.md b/README.md index a6540421..23d373e5 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ Scuttlebutt, as well as a platform for writing and running web applications. are kept up to date in the tree. 2. To build, run `make debug` or `make release`. An executable will be generated in a subdirectory of `out/`. -3. `make windebug` or `make winrelease` will generate a windows executable - which might work. +3. It's possible to build for Android, iOS, and Windows on Linux, if you have + the right dependencies in the right places. `make windebug winrelease + iosdebug-ipa iosrelease-ipa apk`. 4. To build in docker, `docker build .`. ## Running