Browse Source

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

Shiv Tyagi 2 months ago
parent
commit
4e104d68d8
1 changed files with 2 additions and 2 deletions
  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)
 ```