diff --git a/README.md b/README.md index e143c81..a757c52 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,27 @@ #### Usage + See [Switchbrew](http://switchbrew.org/index.php?title=Homebrew_Applications) for SD layout, applications, etc. +##### Touch Controls + +![Swiping left and right to navigate through lists.](tree/master/resources/SwipeLeftAndRight.gif?raw=true) + +To navigate through the list of folders and applications you can swipe left and right on the bottom list. To open an item you can tap on it in the list or with it highlighted tap the `Open` or `Launch` button prompt in the bottom right. + +![Swiping up to go up a directory.](tree/master/resources/SwipeUp.gif?raw=true) + +To go back a folder you can swipe up or tap the `Back` button prompt in the bottom right. + +![Swiping down to launch net loader.](tree/master/resources/SwipeDown.gif?raw=true) + +To launch the net loader you can swipe down on the screen. + #### Download + The latest release is available from the [releases](https://github.com/switchbrew/nx-hbmenu/releases/latest) page. #### Building + Build with ```make nx``` or just run ```make```. #### Credits diff --git a/resources/SwipeDown.gif b/resources/SwipeDown.gif new file mode 100755 index 0000000..2fe7248 Binary files /dev/null and b/resources/SwipeDown.gif differ diff --git a/resources/SwipeLeftAndRight.gif b/resources/SwipeLeftAndRight.gif new file mode 100755 index 0000000..7880603 Binary files /dev/null and b/resources/SwipeLeftAndRight.gif differ diff --git a/resources/SwipeUp.gif b/resources/SwipeUp.gif new file mode 100755 index 0000000..087eb60 Binary files /dev/null and b/resources/SwipeUp.gif differ