From da7935dbc611fdec4e1c538d153fce903faf0d47 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Mon, 10 Jun 2024 13:19:11 -0600 Subject: [PATCH] Change instructions to use launcherctl --- web/src/index.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/src/index.rst b/web/src/index.rst index cc332743c..c82761b33 100644 --- a/web/src/index.rst +++ b/web/src/index.rst @@ -38,13 +38,10 @@ Install Oxide

1. ``opkg install oxide`` -2. ``systemctl disable --now xochitl`` -3. If you are installing on a reMarkable 2: ``systemctl enable --now rm2fb`` -4. ``systemctl enable --now tarnish`` +2. ``launcherctl switch-launcher --start oxide`` Uninstall Oxide =============== -1. ``systemctl disable --now tarnish`` -2. ``systemctl enable --now xochitl`` +1. ``launcherctl switch-launcher --start xochitl`` 3. ``opkg remove --force-removal-of-dependent-packages liboxide``