+1
-1
README.md
+1
-1
README.md
···
106
106
* `ATFILE_DEVEL_DIST_USERNAME` <em><string></em><br />_(Todo)_. During runtime, this is set to `$did` in `atfile.sh` (see **๐๏ธ Building โ Meta**). Ideally, you should not set this variable as updates in the built version will not be fetched from the correct place
107
107
* `ATFILE_DEVEL_DIST_PASSWORD` <em><string></em><br />_(Todo)_
108
108
* `ATFILE_DEVEL_ENABLE_PIPING` <em><int> (default: `0`)</em><br />Allow piping (useful to test installation) _(e.g. `cat ./atfile.sh | bash`)_
109
-
* `ATFILE_DEVEL_ENABLE_PUBLISH` <em><int> (default: `0`)</em><br />Publish build to ATProto repository (to allow for updating) as the last step when running `build`. Several requirements must be fulfilled to succeed:
109
+
* `ATFILE_DEVEL_ENABLE_PUBLISH` <em><int> (default: `0`)</em><br />Publish build to ATProto repository (to allow for updating) as the last step when running `build`. Several requirements must be fulfilled:
110
110
* `ATFILE_DEVEL_DIST_USERNAME` must be set
111
111
* `ATFILE_DEVEL_DIST_PASSWORD` must be set
112
112
* No tests should return an **Error** (**Warning** is acceptable)