diff options
| -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. | |||
| 45 | 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 | 45 | 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 |
| 46 | 46 | ||
| 47 | ``` | 47 | ``` |
| 48 | make CFLAGS=-DNO_MASTODON_API | 48 | make CFLAGS=-DNO_MASTODON_API |
| 49 | ``` | 49 | ``` |
| 50 | 50 | ||
| 51 | See the administrator manual on how to proceed from here. | 51 | See 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 | ||
| 55 | A `docker-compose` file is provided for development and testing. To start snac with an nginx HTTPS frontend, run: | 55 | A `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 | ||
| 59 | This will: | 61 | This will: |
| 60 | 62 | ||