diff --git a/content/setup/linux-install.md b/content/setup/linux-install.md index 405c3754..a210a839 100644 --- a/content/setup/linux-install.md +++ b/content/setup/linux-install.md @@ -17,7 +17,7 @@ sudo ./install_dependencies.sh Next, if you want to use some formats like mp3, you'll need to run the install_codecs script: it's in the same folder and is run the same way as the install_dependencies one. We separate them because mp3 and some other formats installed by the script might be protected by patents in some countries and could be problematic to use in commercial work. Also, this might help those Linux users that don't want to use proprietary codecs. -The OF source code comes uncompiled so the first time you compile an example it would need to compile it to, if you go and compile any example it would compile OF as a dependency but to make that easier and catch any potential problems let's do that as a separate step: +The OF source code comes uncompiled so the first time you compile an example it would need to compile it too, if you go and compile any example it would compile OF as a dependency but to make that easier and catch any potential problems let's do that as a separate step: ```sh cd OF/scripts/linux