Skip to content

Commit

Permalink
Formatting fixes for INSTALL docs (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant committed Dec 13, 2020
1 parent 2cb4eef commit b243937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/INSTALL-LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ make install

This will copy the binary files to /usr/local/lib/, and the header files to /usr/local/include/openshot/...
This is where other projects will look for the libopenshot files when building. Python 3 bindings are
also installed at this point. let's verify the python bindings work:
also installed at this point. Let's verify the python bindings work:

```
python3
Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL-MAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ make install

This should copy the binary files to /usr/local/lib/, and the header files to /usr/local/include/openshot/...
This is where other projects will look for the libopenshot files when building. Python 3 bindings are
also installed at this point. let's verify the python bindings work:
also installed at this point. Let's verify the python bindings work:

```
python3 (or python)
Expand Down
2 changes: 1 addition & 1 deletion doc/INSTALL-WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ mingw32-make install
This should copy the binary files to `C:\Program Files\openshot\lib\`, and the header
files to `C:\Program Files\openshot\include\...` This is where other projects will
look for the libopenshot files when building.. Python 3 bindings are also installed
at this point. let's verify the python bindings work:
at this point. Let's verify the python bindings work:

```
python3
Expand Down

0 comments on commit b243937

Please sign in to comment.