You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release archives include a `config.yaml` template. Before starting, edit its `accessKey` and any deployment targets you want to enable.
32
-
33
-
If you run from source, copy the template first:
32
+
Release archives include only `config.example.yaml`, not a real `config.yaml`, so manually extracting an update will not overwrite an existing configuration. On first install, copy the template and edit its `accessKey` and any deployment targets you want to enable:
34
33
35
34
```bash
36
35
cp config.example.yaml config.yaml
37
36
```
38
37
38
+
For later updates, replace only the `anssl` executable; you do not need to copy the configuration template again.
0 commit comments