From de8e5c6051932494df02eefde9b72122a1c34780 Mon Sep 17 00:00:00 2001 From: Shreyas Balakrishna Date: Thu, 27 Oct 2022 14:15:15 +1300 Subject: [PATCH] Fix small typo (#2793) --- introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction.rst b/introduction.rst index c4451c6acc34..b945b78c931c 100644 --- a/introduction.rst +++ b/introduction.rst @@ -3,7 +3,7 @@ Introduction ============ -Conan is a dependency and package manager for C and C++ languages. It is `free and open-source `_, works in all platforms (Windows, Linux, OSX, FreeBSD, Solaris, etc.), and can be used to develop for all targets including embedded, mobile (iOS, Android), and bare metal. It also integrates with all build systems like CMake, Visual Studio (MSBuild), Makefiles, SCons, etc., including proprietary ones. +Conan is a dependency and package manager for C and C++ languages. It is `free and open-source `_, works on all platforms (Windows, Linux, OSX, FreeBSD, Solaris, etc.), and can be used to develop for all targets including embedded, mobile (iOS, Android), and bare metal. It also integrates with all build systems like CMake, Visual Studio (MSBuild), Makefiles, SCons, etc., including proprietary ones. It is specifically designed and optimized for accelerating the development and Continuous Integration of C and C++ projects. With full binary management, it can create and reuse any number of different binaries (for different configurations like architectures, compiler versions, etc.) for any number of different versions of a package, using exactly the same process in all platforms. As it is decentralized, it is easy to run your own server to host your own packages and binaries privately, without needing to share them. The free `JFrog Artifactory Community Edition (CE) `_ is the recommended Conan server to host your own packages privately under your control.