๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
37
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typos

+2 -2
+1 -1
README.md
··· 121 121 122 122 ### Meta 123 123 124 - 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: 124 + 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: 125 125 126 126 * `author` <em>&lt;string&gt;</em><br />Copyright author 127 127 * `did` <em>&lt;did&gt;</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
··· 26 26 27 27 case $_os in 28 28 "linux-termux") 29 - # NOTE: The correct path would be '$PREFIX/local/bin would be more correct, 29 + # NOTE: The correct path of '$PREFIX/local/bin' would be more correct, 30 30 # however, '$PREFIX/local' doesn't exist by default on Termux (and thus, 31 31 # not in $PATH), so we'll install it in '$PREFIX/bin' instead 32 32 install_dir="$PREFIX/bin"