Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ReadMe.md')
-rw-r--r--ReadMe.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/ReadMe.md b/ReadMe.md
index 64ec9d3a..70e2261d 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -25,14 +25,7 @@ Flipper Zero's firmware consists of two components: Bootloader and main firmware
## Build from source
-You can run firmware locally (with HAL stub):
-
-* `docker-compose exec dev make -C firmware TARGET=local APP_TEST=1 run` for running tests
-* `docker-compose exec dev make -C firmware TARGET=local APP_*=1 run` for running examples (see `applications/applications.mk` for list of applications/examples)
-
-Or on your flipper:
-
-`docker-compose exec dev make -C firmware TARGET=f4 APP_*=1 flash` for build and flash dev board (see `applications/applications.mk` for list of applications/examples)
+`docker-compose exec dev make -C firmware TARGET=f4 APP_RELEASE=1 flash` for build and flash dev board (see `applications/applications.mk` for list of applications/examples)
# Links
* Task tracker: [Jira](https://flipperzero.atlassian.net/)