diff options
author | default <nobody@localhost> | 2023-04-21 23:28:37 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-21 23:28:37 +0200 |
commit | 70aea72b9561b10945d83e2e995dd553b98e192a (patch) | |
tree | fbd2f452fc6967ce32a97162aa369f9b53fa5d4f /README.md | |
parent | c2e4678a212ffe278cb2cec197f5c022f796f93d (diff) |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,7 +45,7 @@ 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 + make CFLAGS=-DNO_MASTODON_API ``` See the administrator manual on how to proceed from here. @@ -54,7 +54,9 @@ See the administrator manual on how to proceed from here. A `docker-compose` file is provided for development and testing. To start snac with an nginx HTTPS frontend, run: +``` docker-compose build && docker-compose up +``` This will: |