mount an atproto PDS repository as a FUSE filesystem oppi.li/posts/mounting_the_atmosphere/

Add installation to README

pdsfs is useful but you have to be a Rust nerd to know how to use it.

I think it is valuable to document how to actually install it if there are no releases

authored by danabra.mov and committed by tangled.org 793d85eb 9316cd26

+11
+11
readme.txt
··· 6 6 mounts this CAR file as a readonly-FUSE filesystem, allowing 7 7 quick and easy exploration. 8 8 9 + 10 + --- 11 + 12 + 13 + installation requires the rust toolchain. install it from 14 + https://rustup.rs, then: 15 + 16 + 17 + cargo install --git https://tangled.org/oppi.li/pdsfs 18 + 19 + 9 20 to motivate the need for such a program, we could begin by 10 21 mounting a repository: 11 22