mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Updated README.
This commit is contained in:
parent
c2e4678a21
commit
70aea72b95
@ -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
|
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.
|
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:
|
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
|
docker-compose build && docker-compose up
|
||||||
|
```
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user