소스 검색

README: update docs to reflect remotes.json is now optional

Shiv Tyagi 2 달 전
부모
커밋
4e104d68d8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -137,9 +137,9 @@ The default directory structure is established as follows:
         ├── ardupilot            (used by the web component)
         ├── artifacts
         ├── configs
-        |   └── remotes.json     (auto-generated, see examples/remotes.json.sample)
+        |   └── remotes.json     (optional, see examples/remotes.json.sample)
         ├── secrets
-        |   └── reload_token     (optional)
+        |   └── admin_token      (optional)
         ├── tmp
             └── ardupilot        (used by the builder component)
 ```