From fc8718bc50e5bdcb62ff6a728cb6a8fa809be883 Mon Sep 17 00:00:00 2001 From: ko1N Date: Sun, 15 Nov 2020 23:02:15 +0100 Subject: [PATCH] Updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 247d9ac..26aa9e9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ More information about pcileech can be found under https://github.com/ufrisk/pci This project uses libusb to interface with the ftdi chip over usb. Make sure you have the appropiate headers installed. More information about the libusb implementation can be found in the https://github.com/a1ien/rusb project. +### Using the install script + +The `./install.sh` script will just compile and install the plugin. +The connector will be installed to `~/.local/lib/memflow` by default. +Additionally the `--system` flag can be specified which will install the connector in /usr/lib/memflow as well. + ### Using the library in a rust project To use the plugin in a rust project just include it in your Cargo.toml