Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5437a3c authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'aude-master-patch-2ed8' into 'master'

adding the same precision for FP5 as for FP4

See merge request e/documentation/user!1106
parents 128b36f6 db126ea0
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -30,9 +30,16 @@
    - Make sure you are in the current directory which contains the `flash_FP5_factory.sh` file.
    - **Linux** 
       - Right click -> Open terminal here
       - Execute the following command:

        ```
        chmod +x flash_FP5_factory.sh && ./flash_FP5_factory.sh
        ``` 

    - **Windows**
       - Right click -> Git Bash here
       - Execute the following command:
       
        ```
        chmod +x flash_FP5_factory.sh && ./flash_FP5_factory.sh
        ```