diff --git a/README.md b/README.md index 7bbb8f5dfc..7dd3130d6d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ as described in the documentation linked above. If you did this, to build an APK with SDL2 you can try e.g. - p4a apk --requirements=kivysdl2 --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2 + p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2 For full instructions and parameter options, see the documentation linked above.