[android] fix typo in the readme

This commit is contained in:
Lucas Baudin 2016-02-27 00:20:37 +01:00
parent c842324b75
commit 88419935b7

View File

@ -24,5 +24,5 @@ A larger one may work too, but it will be way slower to load, and is likely to b
maybe it works, I did not test).
> adb shell mkdir /sdcard/stk/
> adb put data /sdcard/stk/data/ # you have to be in the root of your stk-code
> adb put stk-assets /sdcard/stk/data/stk-assets # you have to be in the parent of stk-assets, but you guessed
> adb push data /sdcard/stk/data/ # you have to be in the root of your stk-code
> adb push stk-assets /sdcard/stk/data/stk-assets # you have to be in the parent of stk-assets, but you guessed