From 5511530926965db74bd143b4f0b56a767596ba97 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 3 Dec 2023 18:06:50 +0000 Subject: [PATCH] Fix a mention of a renamed make target. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4656 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d373e5..35c54eef 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Scuttlebutt, as well as a platform for writing and running web applications. generated in a subdirectory of `out/`. 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`. + iosdebug-ipa iosrelease-ipa release-apk`. 4. To build in docker, `docker build .`. ## Running