diff --git a/README.md b/README.md
index 9c8a732..ba31c20 100644
--- a/README.md
+++ b/README.md
@@ -58,3 +58,20 @@
**Infuse Plus preferences can be found in the Settings tab**
+
+## How to build an Infuse Plus app using Github actions
+> [!NOTE]
+> If this is your first time, complete following steps before starting:
+>
+> 1. Fork this repository using the fork button on the top-right
+> 2. On your forked repository, go to **Repository Settings** > **Actions**, enable **Read and Write** permissions.
+
+### Step-by-step build process
+
Click on Sync fork, and if your branch is out of date, click on Update branch.
+Navigate to the Actions tab in your forked repository and select Create Infuse Plus app.
+Click the Run workflow button located on the right side.
+Prepare a decrypted .ipa file, then upload it to a file provider (e.g., filebin.net, filemail.com, or Dropbox - these are recommended). Paste the URL of the decrypted IPA file in the provided field.
+NOTE: Make sure to provide a direct download link to the file, not a link to a webpage. Otherwise, the process will fail.
+Enter the tweak version from the releases (the latest release is selected by default). You can also change the Bundle ID and Display Name if desired.
+Make sure all inputs are correct, then click Run workflow to start the process.
+Wait for the build to finish. After that, you can download the Infuse Plus app from the releases section of your forked repository. (If you can't find the releases section, go to your forked repository and add /releases to the URL, i.e., https://github.com/YOUR_USERNAME/InfusePlus/releases)
\ No newline at end of file