From 7da4290894786fd24cff31a24983af7e8e9c9d7e Mon Sep 17 00:00:00 2001 From: Wladimir Palant Date: Wed, 24 Feb 2021 12:06:52 +0100 Subject: [PATCH] Linked to the Releases section in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a033186..a89a871 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Getting started -You can download `apk-instrumentation.jar` from the Releases section of this repository. It is self-contained and requires nothing but Java. If you want to build it yourself, you will need Python 3 and Soot (JAR file with all dependencies). You then run the build command: +You can download `apk-instrumentation.jar` from the [Releases section](https://github.com/palant/apk-instrumentation/releases) of this repository. It is self-contained and requires nothing but Java. If you want to build it yourself, you will need Python 3 and Soot (JAR file with all dependencies). You then run the build command: ./build /path/to/soot-jar-with-dependencies.jar @@ -26,7 +26,7 @@ The following configuration options are independent of the components enabled: ## Filters -Each component has a `filter` option allowing to restrict its functionality. It’s a space-separated list, entries can have to following format: +Each component has a `filter` option allowing to restrict its functionality. It’s a space-separated list, entries can have the following format: * `com.example.test.*`: includes all classes with names matching a particular prefix * `com.example.test.Main`: includes all methods of a specific class