Co-authored-by: Dan Liebault <[email protected]>
@@ -269,7 +269,7 @@ Xmake can automatically fetch and install dependencies!
* [User-built repositories](https://xmake.io/#/package/remote_package?id=using-self-built-private-package-repository)
* Conan (conan::openssl/1.1.1g)
* Conda (conda::libpng 1.3.67)
-* Vcpkg (vcpkg:ffmpeg)
+* Vcpkg (vcpkg::ffmpeg)
* Homebrew/Linuxbrew (brew::pcre2/libpcre2-8)
* Pacman on archlinux/msys2 (pacman::libcurl)
* Apt on ubuntu/debian (apt::zlib1g-dev)
@@ -132,7 +132,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor
@@ -367,7 +367,7 @@ Currently, the following packages in the third-party package manager are support
@@ -151,7 +151,7 @@ $ xmake f --menu
* [用户自建仓库](https://xmake.io/#/zh-cn/package/remote_package?id=%e4%bd%bf%e7%94%a8%e8%87%aa%e5%bb%ba%e7%a7%81%e6%9c%89%e5%8c%85%e4%bb%93%e5%ba%93)
@@ -368,7 +368,7 @@ add_requires("boost", {configs = {context = true, coroutine = true}})