diff options
-rw-r--r-- | guides/source/active_storage_overview.md | 4 | ||||
-rw-r--r-- | guides/source/development_dependencies_install.md | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md index e7a94fc510..e924dc1e0a 100644 --- a/guides/source/active_storage_overview.md +++ b/guides/source/active_storage_overview.md @@ -446,8 +446,8 @@ the box, Active Storage supports previewing videos and PDF documents. </ul> ``` -WARNING: Extracting previews requires third-party applications, `FFmpeg` for -video and `muPDF` for PDFs, and on macOS also `XQuartz` and `Poppler`. +WARNING: Extracting previews requires third-party applications, FFmpeg for +video and muPDF for PDFs, and on macOS also XQuartz and Poppler. These libraries are not provided by Rails. You must install them yourself to use the built-in previewers. Before you install and use third-party software, make sure you understand the licensing implications of doing so. diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index fdd560ccf3..d5dca88c64 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -378,9 +378,9 @@ yarn install ``` Extracting previews, tested in ActiveStorage's test suite requires third-party -applications, `FFmpeg` for video and `muPDF` for PDFs, and on macOS also -`XQuartz` and `Poppler`.. Without these applications installed, ActiveStorage -tests will raise errors. +applications, FFmpeg for video and muPDF for PDFs, and on macOS also XQuartz +and Poppler. Without these applications installed, ActiveStorage tests will +raise errors. On macOS you can run: |