anfractuosity 3 years ago
parent
commit
8140e5eea7
1 changed files with 11 additions and 1 deletions
  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
+```