From 14012a070a975bd7279e84edfac45f6f7ae376e8 Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:25:39 +0200 Subject: [PATCH] Update docs --- docs/ModConf/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ModConf/README.md b/docs/ModConf/README.md index 405aec6c..7e121925 100644 --- a/docs/ModConf/README.md +++ b/docs/ModConf/README.md @@ -87,7 +87,6 @@ Types declare const __modpath: string; ``` - ### `__filename` (new) Types @@ -130,13 +129,14 @@ Make conf development easier with code-server > You can get everthing on MMRL except Code Server -```shell -# start code server -code-server -``` +> ### Install it with [MMRL-CLI](https://github.com/DerGoogler/MMRL-CLI) +> +> ```shell +> mmrl install -y "mkshrc" "node_on_android" "https://github.com/Googlers-Repo/code-server/releases/latest/download/module.zip" +> ``` -Or use the risky way +Then you can start code-server after a reboot ```shell -ln -s `which code-server` /data/adb/service.d/code-server +code-server ```