浏览代码

Updated README.

default 2 年之前
父节点
当前提交
c2e4678a21
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -42,6 +42,12 @@ On OpenBSD you also need to install `curl`:
 
 Run `make` and then `make install` as root.
 
+From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running
+
+```
+make CFLAGS=-DNO_MASTODON_API
+```
+
 See the administrator manual on how to proceed from here.
 
 ## Testing via Docker