Sandro Kalatozishvili 2 éve
szülő
commit
3d138f7455
1 módosított fájl, 20 hozzáadás és 0 törlés
  1. 20 0
      README.md

+ 20 - 0
README.md

@@ -57,6 +57,26 @@ Button name | Description
 `Play`      | Play
 `Play`      | Play
 `Stop`      | Stop
 `Stop`      | Stop
 
 
+
+## Installation options
+
+1. Install the latest stable version directly from the [application catalog](https://lab.flipper.net/apps/flipper_xremote).
+
+2. Manually install using `.fap` file:  
+   - Download the `.fap` file from the [Releases](https://github.com/kala13x/flipper-xremote/releases) section of this repository.
+   - Write the `.fap` file to an SD card using [qFlipper](https://docs.flipper.net/qflipper) or any your preferred SD card writer.
+
+## Build options
+
+1. If you already have the flipper zero firmware cloned on the Linux:
+   - Connect your Flipper device to your computer using a USB cable.
+   - Use deploy script from this repository to build and run the application on the device:
+
+    ```bash
+    ./deploy.sh --fw=/path/to/the/firmware
+    ```
+2. If you don't have the firmware please refer to the [official documentation](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md) for build instructions.
+
 ## Progress
 ## Progress
 
 
 - [x] Application menu
 - [x] Application menu