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

Configure Feed

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

README: move build instructions

Ducky addda4ea 4b0c3094

+3 -3
+3 -3
README.md
··· 92 92 93 93 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`. 94 94 95 - To compile, run `./atfile.sh build`. The built version will be available at `./bin/atfile-<version>[+git.<hash>].sh`. 96 - 97 95 **Using a development version against your ATProto account could potentially inadvertently damage records.** 98 96 99 97 ### Using ··· 102 100 103 101 ## ๐Ÿ—๏ธ Building 104 102 105 - _(Todo)_ 103 + To compile, run `./atfile.sh build`. The built version will be available at `./bin/atfile-<version>[+git.<hash>].sh`. 104 + 105 + _(That was easy, huh?)_ 106 106 107 107 ## โŒจ๏ธ Contributing 108 108