From 6f3a274ebfc538f41fde7ce75d5b0fadfee8eed7 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Sat, 22 Apr 2023 12:30:54 -0700 Subject: [PATCH] update readme with asn1c command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e349a2a..b044b16 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ Alternatively, [NARD flipper add-on](https://github.com/killergeek/nard) works. ## Development * Install git version of [asnc1](https://github.com/vlm/asn1c) (`brew install asn1c --head` on macos) - * Run `make` in in root to generate asn1c files + * Run `asn1c -D ./lib/asn1 -no-gen-example -pdu=all seader.asn` in in root to generate asn1c files * Checkout or symlink to flipper-firmware's applications_user folder * `./fbt fap_seader` to build * `./fbt launch_app APPSRC=seader` to build/launch