diff --git a/Writerside/n.tree b/Writerside/n.tree
index a47e076..ebc2952 100644
--- a/Writerside/n.tree
+++ b/Writerside/n.tree
@@ -17,6 +17,7 @@
+
diff --git a/Writerside/topics/inertia-fix.md b/Writerside/topics/inertia-fix.md
index 4925319..97802c4 100644
--- a/Writerside/topics/inertia-fix.md
+++ b/Writerside/topics/inertia-fix.md
@@ -1,5 +1,11 @@
# inertia:fix
+
+This command was temporarily added whilst awaiting a blocking change to be merged into the InertiaJS repository.
+
+This command was added in version 1.1.2 and was subsequently removed in version 1.2.0.
+
+
This command is provided to assist those using [NativePHP for Mobile](https://nativephp.com/mobile) to fix the ongoing InertiaJS issue with the `nativecli` command.
This command will remove the `@inertiajs/*` package from your project and then re-install it from a [patch provided by Marcel Pociot](https://github.com/inertiajs/inertia/pull/2329).
diff --git a/Writerside/topics/ios-install.md b/Writerside/topics/ios-install.md
index 4159bcc..99f182c 100644
--- a/Writerside/topics/ios-install.md
+++ b/Writerside/topics/ios-install.md
@@ -2,9 +2,15 @@
This command requires that you have a license from NativePHP.
-If you do not have a license, you can purchase one from .
+If you do not have a license, you can purchase one from .
+
+This command was available until version 1.1.2.
+
+From version 1.2.0, you should use instead.
+
+
This command will bootstrap your existing Laravel app with the NativePHP for iOS package, ready for you to build your iOS app.
If you have not previously installed the NativePHP for iOS package, you will be prompted to input your license details.
diff --git a/Writerside/topics/mobile-install.md b/Writerside/topics/mobile-install.md
new file mode 100644
index 0000000..e0e8a01
--- /dev/null
+++ b/Writerside/topics/mobile-install.md
@@ -0,0 +1,22 @@
+# mobile:install
+
+
+This command requires that you have a license from NativePHP.
+If you do not have a license, you can purchase one from .
+
+
+This command will bootstrap your existing Laravel app with the NativePHP for iOS package, ready for you to build your iOS app.
+
+If you have not previously installed the NativePHP for iOS package, you will be prompted to input your license details.
+
+## Command
+
+Syntax:
+
+```shell
+nativecli mobile:install
+```
+
+## Options
+
+There are no options for this command.