1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

fix(typo): package manager's C++ Archive Network (cppan) heading (#4118)

* fix(typo): package manager's C++ Archive Network (cppan) heading

* Update pnpm-lock.yaml
This commit is contained in:
Balaji Sivasakthi 2023-07-15 13:00:16 +05:30 committed by GitHub
parent 3a022926de
commit 0c64223ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ For example, installing a package using vcpkg:
./vcpkg install boost:x64-windows
```
##C++ Archive Network (cppan)
## C++ Archive Network (cppan)
[cppan](https://cppan.org/) is a package manager and software repository for C++ developers, simplifying the process of managing and distributing C++ libraries and tools. It's now part of [build2](https://build2.org/), a build toolchain that provides a package manager.