tangled
alpha
login
or
join now
zio.sh
/
atfile
37
fork
atom
๐ฆโ๐ฆ Store and retrieve files on the Atmosphere
37
fork
atom
overview
issues
3
pulls
pipelines
README: modify example DIDs
ducky.ws
6 months ago
647bdfc3
f2c27229
+1
-1
1 changed file
expand all
collapse all
unified
split
README.md
+1
-1
README.md
···
13
13
14
14
```sh
15
15
curl -sSL https://zio.sh/atfile/install.sh | bash
16
16
-
echo 'ATFILE_USERNAME="<your-atproto-username>"' > ~/.config/atfile.env # e.g. alice.bsky.social, did:plc:vdjlpwlhbnug4fnjodwr3vzh, did:web:twitter.com
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
19
19
```