diff options
author | default <nobody@localhost> | 2023-07-05 13:30:01 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-07-05 13:30:01 +0200 |
commit | fe9fc2d4b6eb1a00d4ecb3beeb4f51080c54b4be (patch) | |
tree | 87ee294991a27192d77226a1c53ae36b06b5d457 /doc/snac.8 | |
parent | 8faa06652d8fd1bbbd1139170b7892b6d81d0927 (diff) |
Updated documentation.
Diffstat (limited to 'doc/snac.8')
-rw-r--r-- | doc/snac.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -281,6 +281,10 @@ format) from the Mastodon web interface and execute this: awk -F, 'NR > 1 { print $1 }' /path/to/following_accounts.csv | \\ xargs -n 1 snac follow $SNAC_BASEDIR $SNAC_USER .Ed +.Ss Instance blocking +Full instances can be blocked. This operation must be done from +the command-line tool. See +.Xr snac 1 . .Ss Other Considerations .Nm stores all the messages it receives as JSON files, which are usually |