Skip to content

Commit

Permalink
Make executable
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybenoy authored Oct 15, 2024
1 parent aa63d6e commit 412f730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ git clone https://github.com/mediar-ai/screenpipe
cd V:\packages
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat -disableMetrics
vcpkg.exe integrate install --disable-metrics
vcpkg.exe install ffmpeg
./bootstrap-vcpkg.bat -disableMetrics
./vcpkg.exe integrate install --disable-metrics
./vcpkg.exe install ffmpeg
SET PKG_CONFIG_PATH=V:\packages\vcpkg\packages\ffmpeg_x64-windows\lib\pkgconfig
SET VCPKG_ROOT=V:\packages\vcpkg
Expand Down

0 comments on commit 412f730

Please sign in to comment.