Browse Source

fix: correct Vcpkg syntax in documentation (#191)

Co-authored-by: Dan Liebault <[email protected]>
Dan Liebault 1 year ago
parent
commit
72d3ced444
5 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 1 1
      getting_started.md
  3. 1 1
      manual/global_interfaces.md
  4. 1 1
      zh-cn/README.md
  5. 1 1
      zh-cn/manual/global_interfaces.md

+ 1 - 1
README.md

@@ -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)

+ 1 - 1
getting_started.md

@@ -132,7 +132,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor
 * [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)

+ 1 - 1
manual/global_interfaces.md

@@ -367,7 +367,7 @@ Currently, the following packages in the third-party package manager are support
 
 * 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)

+ 1 - 1
zh-cn/README.md

@@ -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)
 * 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)

+ 1 - 1
zh-cn/manual/global_interfaces.md

@@ -368,7 +368,7 @@ add_requires("boost", {configs = {context = true, coroutine = true}})
 
 * 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)