Skip to content

Commit

Permalink
README.md: fix formatting of some of the quote blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
qyot27 committed Mar 22, 2020
1 parent 7d6e3ba commit 778dd7b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -37,9 +37,8 @@ Sphinx package.

Once Sphinx is installed, we can build the documentation.

>cd distrib/docs/english
>make html
> cd distrib/docs/english
> <br>make html

Headers for applications which dynamically load AviSynth+:
Expand All @@ -62,9 +61,9 @@ using CMake to do a limited install as well.

#### To install:

>mkdir avisynth-build && cd avisynth-build
>cmake ../ -DHEADERS_ONLY:bool=on
>make install
> mkdir avisynth-build && cd avisynth-build
> <br>cmake ../ -DHEADERS_ONLY:bool=on
> <br>make install
`-DCMAKE_INSTALL_PREFIX` can be used to override the
install location if need be.
Expand All @@ -85,4 +84,4 @@ install location if need be.
#### To uninstall:

>make uninstall PREFIX=/path/to/location
>make uninstall PREFIX=/path/to/location

0 comments on commit 778dd7b

Please sign in to comment.