summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar default2023-04-21 23:28:37 +0200
committerGravatar default2023-04-21 23:28:37 +0200
commit70aea72b9561b10945d83e2e995dd553b98e192a (patch)
treefbd2f452fc6967ce32a97162aa369f9b53fa5d4f /README.md
parentUpdated README. (diff)
downloadsnac2-70aea72b9561b10945d83e2e995dd553b98e192a.tar.gz
snac2-70aea72b9561b10945d83e2e995dd553b98e192a.tar.xz
snac2-70aea72b9561b10945d83e2e995dd553b98e192a.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4caab9c..9fc41b6 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Run `make` and then `make install` as root.
45From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running 45From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running
46 46
47``` 47```
48make CFLAGS=-DNO_MASTODON_API 48 make CFLAGS=-DNO_MASTODON_API
49``` 49```
50 50
51See the administrator manual on how to proceed from here. 51See the administrator manual on how to proceed from here.
@@ -54,7 +54,9 @@ See the administrator manual on how to proceed from here.
54 54
55A `docker-compose` file is provided for development and testing. To start snac with an nginx HTTPS frontend, run: 55A `docker-compose` file is provided for development and testing. To start snac with an nginx HTTPS frontend, run:
56 56
57```
57 docker-compose build && docker-compose up 58 docker-compose build && docker-compose up
59```
58 60
59This will: 61This will:
60 62