Explorar o código

Create README.md

willpiper24 %!s(int64=4) %!d(string=hai) anos
pai
achega
fe30874a9a
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  1. 21 0
      README.md

+ 21 - 0
README.md

@@ -0,0 +1,21 @@
+# ArduPilot Custom Firmware Builder
+
+## Summary
+
+This is a website that generates a downloadable custom ArduPilot firmware, based on user selection.
+
+## For developers
+
+This website uses the flask library.
+
+To run:
+
+```
+./app.py
+```
+
+For Apache web server http://localhost:8080 :
+
+```
+/usr/local/opt/httpd/bin/httpd -D FOREGROUND
+```