-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3763ab3
commit e6259e0
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Install a module with it | |
|
||
```shell | ||
# Install aliases are "add" and "get" | ||
mmrl install explore app-data-file-exec data_isolation_support | ||
mmrl install app-data-file-exec data_isolation_support | ||
``` | ||
|
||
## Get informations | ||
|
@@ -54,15 +54,15 @@ mmrl download mkshrc node_on_android # --version 152 | |
Maybe simple... | ||
|
||
```shell | ||
mmrl install explore [email protected] node_on_android | ||
mmrl install [email protected] node_on_android | ||
``` | ||
|
||
## Install Viper4Android | ||
|
||
> Requires version `0.1.1` | ||
```shell | ||
mmrl install explore -y "https://zackptg5.com/downloads/Audio-Modification-Library_v5.1.zip" "https://john-fawkes.com/Downloads/acp.zip" "https://github.com/AndroidAudioMods/ViPER4Android/releases/download/v0.5.0/V4A_Magisk_Module_0.5.0.zip" | ||
mmrl install -y "https://zackptg5.com/downloads/Audio-Modification-Library_v5.1.zip" "https://john-fawkes.com/Downloads/acp.zip" "https://github.com/AndroidAudioMods/ViPER4Android/releases/download/v0.5.0/V4A_Magisk_Module_0.5.0.zip" | ||
``` | ||
|
||
# Dev | ||
|