# memflow setup tool
This tool is meant to provide a really quick way to setup various memflow connectors, OS layers, utilities, and more.
Install through cargo:
```
cargo install memflowup --version ^0.1.0-beta
```
## Usage
See help:
```
memflowup -h
```
Run interactively:
```
memflowup interactive
```
Install a set of connectors non-interactively:
```
memflowup install memflow-qemu memflow-coredump
```
Update all connectors:
```
TODO: NOT YET IMPLEMENTED
```
Reinstall all connectors:
```
TODO: NOT YET IMPLEMENTED
```