Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jun 30, 2024
1 parent bf8b22b commit c44709d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/ModConf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,26 @@ declare const __dirname: string;
- `bota()`

These function will throw a `IsolatedEvalError` and your config will stop immediately after calling the function

# Code Server

Make conf development easier with code-server

## Requirements

- [Systemless Mkshrc](https://github.com/Magisk-Modules-Alt-Repo/mkshrc)
- [Systemless Node.js](https://github.com/Magisk-Modules-Alt-Repo/node)
- [Code Server](https://github.com/Googlers-Repo/code-server)

> You can get everthing on MMRL except Code Server
```shell
# start code server
code-server
```

Or use the risky way

```shell
ln -s `which code-server` /data/adb/service.d/code-server
```

0 comments on commit c44709d

Please sign in to comment.