···121121122122### Meta
123123124124-Various meta variables can be set to be available in the final compiled build (usually found in `help`). These are found in `atfile.sh` under `# Meta`. These variables are as follows:
124124+Various meta variables can be set to be available in the final compiled build (usually found in `help`). These are found in `atfile.sh` under `# Meta`. These are as follows:
125125126126* `author` <em><string></em><br />Copyright author
127127* `did` <em><did></em><br />DID of copyright author. Also used as the source for published builds, unless `ATFILE_DEVEL_DIST_USERNAME` is set (see **๐๏ธ Building โ Environment variables**)
+1-1
src/commands/install.sh
···26262727 case $_os in
2828 "linux-termux")
2929- # NOTE: The correct path would be '$PREFIX/local/bin would be more correct,
2929+ # NOTE: The correct path of '$PREFIX/local/bin' would be more correct,
3030 # however, '$PREFIX/local' doesn't exist by default on Termux (and thus,
3131 # not in $PATH), so we'll install it in '$PREFIX/bin' instead
3232 install_dir="$PREFIX/bin"