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

Configure Feed

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

issue/17-improve-readme โž” dev

Ducky e72e0266 ae33fc4a

+2 -2
+2 -2
README.md
··· 68 68 * Install: `$HOME/.local/bin/atfile` 69 69 * As `sudo`/`root`: `/usr/local/bin/atfile` 70 70 * Config: `$HOME/.config/atfile.env` 71 - * As `root` (not `sudo`): `/root/.config/atfile.env` 72 71 * **macOS** 73 72 * Install: `$HOME/.local/bin/atfile` 74 73 * As `sudo`/`root`: `/usr/local/bin/atfile` 75 74 * Config: `$HOME/Library/Application Support/atfile.env` 76 - * As `root` (not `sudo`): `/root/.config/atfile.env` 77 75 * **Haiku** 78 76 * Install: `/boot/system/non-packaged/bin/atfile` 79 77 * Config: `$HOME/config/settings/atfile.env` ··· 94 92 #### Repository 95 93 96 94 If you've pulled this repository, you can also use ATFile by simply calling `./atfile.sh` &mdash; it functions just as a regular compiled version of ATFile, including reading from the same config file. Debug messages are turned on by default: disable these by setting `ATFILE_DEBUG=0`. 95 + 96 + To compile, run `./atfile.sh build`. The built version will be available at `./bin/atfile-<version>[+git.<hash>].sh`. 97 97 98 98 **Using a development version against your ATProto account could potentially inadvertently damage records.** 99 99