Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DerGoogler/MMRL
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 30, 2024
2 parents 7bb2bdd + 14012a0 commit 8c40297
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"react-syntax-highlighter": "^15.5.0",
"react-zoom-pan-pinch": "^3.3.0",
"underscore": "^1.13.6",
"usehooks-ts": "^2.14.0",
"usehooks-ts": "^3.1.0",
"yaml": "^2.3.4"
},
"devDependencies": {
Expand Down
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 8c40297

Please sign in to comment.