Skip to content

Commit 920fa56

Browse files
committed
README: update howto
1 parent 805c3da commit 920fa56

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,17 @@ Available from: https://github.com/kbembedded/flipper-gblink
2323

2424
## Use example
2525
See https://github.com/EstebanFuentealba/Flipper-Zero-Game-Boy-Pokemon-Trading
26+
27+
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`:
28+
```
29+
App(
30+
...
31+
fap_private_libs=[
32+
Lib(
33+
name="flipper-gblink",
34+
sources=["gblink.c"],
35+
),
36+
],
37+
...
38+
)
39+
```

0 commit comments

Comments
 (0)