diff --git a/README.md b/README.md index a57c094..9775c3e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ Screenshots are available in the [wiki](https://github.com/sensepost/objection/w ## installation -Installation is simply a matter of `pip3 install objection`. This will give you the `objection` command. You can update an existing `objection` installation with `pip3 install --upgrade objection`. +Installation is simply a matter of `pip3 install objection`. This will give you the `objection` command. If it isn't installed, it will also install `frida` and `frida-tools`. + +## Update + +Update an existing `objection` installation with `pip3 install --upgrade objection`. For more detailed update and installation instructions, please refer to the wiki page [here](https://github.com/sensepost/objection/wiki/Installation).