Jelajahi Sumber

README improvements.

Aaron Mavrinac 2 tahun lalu
induk
melakukan
94922f96eb
3 mengubah file dengan 13 tambahan dan 8 penghapusan
  1. 13 8
      README.md
  2. TEMPAT SAMPAH
      img/screenshot.png
  3. TEMPAT SAMPAH
      ui.png

+ 13 - 8
README.md

@@ -1,8 +1,19 @@
 # Metronome
 
-A metronome for the [Flipper Zero](https://flipperzero.one/) device. Goes along perfectly with my [BPM tapper](https://github.com/panki27/bpm-tapper).
+[![FAP Build](https://github.com/ezod/flipperzero-metronome/actions/workflows/build.yml/badge.svg)](https://github.com/ezod/flipperzero-metronome/actions/workflows/build.yml)
 
-![screenshot](img/screenshot.png)
+A metronome for the Flipper Zero.
+
+![ui](ui.png)
+
+## Installation
+
+1. Navigate to the [FAP Build](https://github.com/ezod/flipperzero-metronome/actions/workflows/build.yml)
+   GitHub action workflow, and select the most recent run.
+2. The FAP is built for both the `dev` and `release` channels of the official
+   firmware. Download the artifact corresponding to your firmware version.
+3. Extract `metronome.fap` from the ZIP file to `apps/Music` on your Flipper
+   Zero SD card.
 
 ## Features
 
@@ -13,9 +24,3 @@ A metronome for the [Flipper Zero](https://flipperzero.one/) device. Goes along
 - Progress indicator
 - LED flashes accordingly
 - 3 different settings: Beep, Vibrate, Silent (push Down to change)
-
-## Compiling
-
-```
-./fbt fap_metronome
-```

TEMPAT SAMPAH
img/screenshot.png


TEMPAT SAMPAH
ui.png