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

Configure Feed

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

README: update curl|bash URL

Ducky cc0b426c 2d625678

+2 -2
+2 -2
README.md
··· 12 12 ## โœจ Quick Start 13 13 14 14 ```sh 15 - curl -sSL https://zio.sh/atfile/install.sh | bash 15 + curl -sSL https://zio.sh/atfile.sh | bash 16 16 echo 'ATFILE_USERNAME="<your-atproto-username>"' > ~/.config/atfile.env # e.g. alice.bsky.social, did:plc:wshs7t2adsemcrrd4snkeqli, did:web:zio.sh 17 17 echo 'ATFILE_PASSWORD="<your-atproto-password>"' >> ~/.config/atfile.env 18 18 atfile help ··· 59 59 #### Automatic ("`curl|bash`") 60 60 61 61 ``` 62 - curl -sSL https://zio.sh/atfile/install.sh | bash 62 + curl -sSL https://zio.sh/atfile.sh | bash 63 63 ``` 64 64 65 65 This will automatically fetch the latest version of ATFile and install it in an appropriate location, as well as creating a blank configuration file. Once downloaded and installed, the locations used will be output. They are as follows: