diff --git a/docs/src/get_started.dox b/docs/src/get_started.dox index 24ac1f2..ba5df65 100644 --- a/docs/src/get_started.dox +++ b/docs/src/get_started.dox @@ -21,7 +21,6 @@ C example: C++ example: ------------ - \include minimal.cxx More examples you can find at http://git.vilor.one/rapida/rapida/examples @@ -48,7 +47,7 @@ to the library, but you can change this by setting the _make_ flags. For example, to disable FastCGI server, you need to pass `FCGI_SERVER=0` flag to `make` command like this: -```sh +``` make FCGI_SERVER=0 ```