Skip to content

Commit 03d190a

Browse files
committed
readme update 2
1 parent fa69b78 commit 03d190a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ Crypto toolkit for Flipper Zero
66
The goal of this project is to see how much crypto functionality can be brought to the Flipper Zero.
77

88
## How to install on Flipper Zero
9-
- If you do not have one, download a Flipper Zero firmware to get the `fbt` build tool.
10-
- Plug your Flipper Zero in via USB.
11-
- Copy the contents of this folder into the applications_user folder of your firmware.
9+
- If you do not have one, download a Flipper Zero firmware to get the `fbt` build tool
10+
- Plug your Flipper Zero in via USB
11+
- Copy the contents of this folder into the applications_user folder of your firmware
12+
- Modify the `site_scons/cc.scons` file in the Flipper Zero firmware to remove the `"-Wdouble-promotion"` warning and add the `"-Os"` flag
1213

1314
Then run the command:
1415
```
1516
.\fbt COMPACT=1 DEBUG=0 launch_app APPSRC=applications_user/FlipBIP
1617
```
17-
The application will be compiled and copied onto your device.
18+
The application will be compiled and copied onto your device
1819

1920
## Status
2021

0 commit comments

Comments
 (0)