mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 22:45:05 +00:00
Merge pull request 'Reformat the codeblocks in README.md' (#35) from bouncepaw/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/35
This commit is contained in:
commit
08e43f2093
1 changed files with 8 additions and 8 deletions
|
@ -30,13 +30,13 @@ This program is written in highly portable ANSI C. The only external dependencie
|
|||
|
||||
On Debian/Ubuntu, you can satisfy these requirements by running
|
||||
|
||||
```
|
||||
```sh
|
||||
apt install libssl-dev libcurl4-openssl-dev
|
||||
```
|
||||
|
||||
On OpenBSD you just need to install `curl`:
|
||||
|
||||
```
|
||||
```sh
|
||||
pkg_add curl
|
||||
```
|
||||
|
||||
|
@ -44,7 +44,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
|
||||
|
||||
```
|
||||
```sh
|
||||
make CFLAGS=-DNO_MASTODON_API
|
||||
```
|
||||
|
||||
|
@ -54,7 +54,7 @@ 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:
|
||||
|
||||
```
|
||||
```sh
|
||||
docker-compose build && docker-compose up
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue