mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Android: README: Fix swapped h1/h2 headers
The ones I meant to be h1 appeared as h2 and vice versa. Whoops.
This commit is contained in:
parent
75a693347b
commit
9a9fb5b237
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Android port for C++ version
|
||||
----------------------------
|
||||
============================
|
||||
|
||||
This is _not_ the other existing mobile version (which is a fork of the original Flash
|
||||
version). This is a port of the C++ desktop version, because the C++ version has gotten
|
||||
|
@ -7,7 +7,7 @@ many improvements since the source release (along with Flash being deprecated in
|
|||
general).
|
||||
|
||||
How to Build
|
||||
============
|
||||
------------
|
||||
|
||||
The recommended way is to install Android Studio.
|
||||
|
||||
|
@ -19,7 +19,7 @@ The recommended way is to install Android Studio.
|
|||
4. Click 'Build'.
|
||||
|
||||
How to Install and Play
|
||||
=======================
|
||||
-----------------------
|
||||
|
||||
After building, go to `desktop_version/VVVVVV-android/app/build/outputs/apk/`, copy the
|
||||
APK of the appropriate architecture to your device, and install it.
|
||||
|
|
Loading…
Reference in a new issue