Explorar o código

README: update howto

Kris Bahnsen %!s(int64=2) %!d(string=hai) anos
pai
achega
920fa56a07
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -23,3 +23,17 @@ Available from: https://github.com/kbembedded/flipper-gblink
 
 
 ## Use example
 ## Use example
 See https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
 See https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
+
+To include this in a Flipper Zero application, add this repo as a submodule in the `lib/` directory of the application source. Then add the following to `application.fam`:
+```
+App(
+...
+    fap_private_libs=[
+        Lib(
+            name="flipper-gblink",
+            sources=["gblink.c"],
+        ),
+    ],
+...
+)
+```