anfractuosity hace 3 años
padre
commit
8140e5eea7
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  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
+```