瀏覽代碼

Update README.md

willpiper24 4 年之前
父節點
當前提交
490494dea6
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      README.md

+ 6 - 4
README.md

@@ -6,7 +6,7 @@ This is a website that generates a downloadable custom ArduPilot firmware, based
 
 
 ## For developers
 ## For developers
 
 
-This website uses the flask library.
+This website uses the flask library. The ardupilot directory must be in the same directory as the CustomBuild directory.
 
 
 To run:
 To run:
 
 
@@ -14,11 +14,13 @@ To run:
 ./app.py
 ./app.py
 ```
 ```
 
 
-For Apache web server http://localhost:8080 :
+For Apache web server:
+Insert the CustomBuild directory location for DocumentRoot and Directory below.
+Webpage: http://localhost:8080
 
 
 ```
 ```
-DocumentRoot "CustomBuild directory"
-<Directory CustomBuild directory>
+DocumentRoot "CustomBuild directory location"
+<Directory CustomBuild directory location>
 				Options Indexes FollowSymLinks MultiViews
 				Options Indexes FollowSymLinks MultiViews
 				AllowOverride None
 				AllowOverride None
 				Order allow,deny
 				Order allow,deny