anfractuosity пре 3 година
родитељ
комит
8140e5eea7
1 измењених фајлова са 11 додато и 1 уклоњено
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -1 +1,11 @@
-# flipperscope
+# flipperscope
+
+To compile and install
+
+```
+cd flipperzero-firmware/applications_user
+git clone https://github.com/anfractuosity/flipperscope.git
+cd ..
+./fbt DEBUG=1 VERBOSE=1 fap_scope
+./fbt launch_app APPSRC=applications_user/flipperscope
+```