diff --git a/README.md b/README.md
index 0c8c0ef4..a08e3117 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,14 @@ width="60%" align="center">](https://hosted.weblate.org/projects/droidify/locali
|
|
|:---:|:---:|
-## :hammer: Building from source
+## :building_construction: Building from source
Specify your Android SDK path either using the `ANDROID_HOME` environment variable, \
or by filling out the `sdk.dir` property in `local.properties`.
-Signing can be done automatically using `keystore.properties` as follows:
+### :pen: Signing
+
+Can be done automatically using `keystore.properties` as follows:
```properties
store.file=/path/to/keystore
@@ -69,6 +71,8 @@ key.alias=key-alias
key.password=key-password
```
+### :hammer: Building
+
Run `./gradlew assembleRelease` to build release package or run `./gradlew assembleDebug` if you want to build debug apk.
All of these packages can be installed using the Android package manager