From 29c561341417d4508dc5e663dfc9227a6b9f8f86 Mon Sep 17 00:00:00 2001
From: Sinai <49360850+sinaioutlander@users.noreply.github.com>
Date: Fri, 7 Aug 2020 22:24:42 +1000
Subject: [PATCH 1/3] Update README.md
---
README.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bf73f753..0c51975c 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
# CppExplorer
- Universal Runtime Inspector/Explorer for Unity Il2CPP games.
+
+[![Version](https://img.shields.io/badge/MelonLoader-0.2.6-green.svg)]()
+
+Universal Runtime Inspector/Explorer for Unity Il2CPP games.
+
+## How to install
+
+This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
+
+1. Download CppExplorer.dll from the Releases folder.
+2. Put the file in your `MyGame/Mods/` folder.
+
+## How to use
+
+* Press F7 to show or hide the menu.
+* Currently does not grant locked mouse or prevent clicking-through the menu, be careful of this.
+* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
+
+If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord).
From 9a2ebd8690e5689a7edb653c2f70ba6ad24a3f48 Mon Sep 17 00:00:00 2001
From: Sinai <49360850+sinaioutlander@users.noreply.github.com>
Date: Fri, 7 Aug 2020 22:45:32 +1000
Subject: [PATCH 2/3] Update README.md
---
README.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README.md b/README.md
index 0c51975c..b9fad3e9 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,15 @@ This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to b
* Simply browse through the scene, search for objects, etc, it's pretty self-explanatory.
If you have any specific questions about it you can contact me here, on NexusMods (Sinaioutlander), or on Discord (Sinai#4637, in MelonLoader discord).
+
+## Images
+
+Scene explorer, and inspection of a MonoBehaviour object.
+
+[![](https://i.imgur.com/Yxizwcz.png)]()
+
+Advanced search feature.
+
+[![](https://i.imgur.com/F9ZfMvz.png)]()
+
+
From 0818e7e29156e90efcff8465d8bf70eb6565c76e Mon Sep 17 00:00:00 2001
From: Sinai <49360850+sinaioutlander@users.noreply.github.com>
Date: Fri, 7 Aug 2020 22:47:04 +1000
Subject: [PATCH 3/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b9fad3e9..e084fb79 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Version](https://img.shields.io/badge/MelonLoader-0.2.6-green.svg)]()
-Universal Runtime Inspector/Explorer for Unity Il2CPP games.
+Universal Runtime Inspector/Explorer for Unity IL2CPP games.
## How to install