From 2dd49678dca3fcb8cabf7ed7c80d03e41e9448de Mon Sep 17 00:00:00 2001 From: Gabriele Labanca Date: Fri, 25 Nov 2022 18:20:07 +0100 Subject: [PATCH] Update linux-install.md typo? --- content/setup/linux-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/setup/linux-install.md b/content/setup/linux-install.md index 405c37546..a210a8391 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