Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Jul 29, 2024
1 parent 9ea248e commit 14012a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/ModConf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Types
declare const __modpath: string;
```


### `__filename` (new)

Types
Expand Down Expand Up @@ -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
```

0 comments on commit 14012a0

Please sign in to comment.