added information on how to run on nixos

This commit is contained in:
Anton Lydike 2021-07-19 11:16:47 +02:00
parent e441e0a6f1
commit d6f35356e4
2 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,9 @@ cd mvt
pip3 install .
```
### Running on NixOS
If you want to debug android applications, you first need to enable adb by setting `programs.adb.enable = true;` in your config. The you can clone this repository and run mvt using `nix-shell`.
## Usage
MVT provides two commands `mvt-ios` and `mvt-android` with the following subcommands available:

View File

@ -12,6 +12,8 @@ sudo apt install python3 python3-pip libusb-1.0-0
*libusb-1.0-0* is not required if you intend to only use `mvt-ios` and not `mvt-android`.
For running on NixOS, a `shell.nix` is supplied.
## Dependencies on Mac
Running MVT on Mac requires Xcode and [homebrew](https://brew.sh) to be installed.