Skip to content

Commit

Permalink
Started working more on cpp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-szabo committed Aug 25, 2024
1 parent 52a706e commit 12a8754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ analytics:
Necto enhances multiple programming languages with a single package, adding powerful features and optimizations to supercharge your development process.

::cards

:::card{label="C#" icon="devicon:csharp" to="/docs/languages/csharp"}
#description
C# is a modern, object-oriented language developed by Microsoft for building robust, scalable, and high-performance applications on the .NET platform.
Expand Down
7 changes: 1 addition & 6 deletions content/4.languages/2.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ Sone Content inside of vcpkg
<strong class="flex dark:text-[#EDEDED] text-red-500 text-[24px] font-[700] leading-[32px] tracking-tight mt-[2em] mb-[1em] items-center">Get started using Conan</strong>

To get started using Necto with C++ and Conan:
- Follow the [official Conan installation guide](https://docs.conan.io/2/installation.html), or
- Use package managers:
- macOS: `brew install conan` (via [Homebrew](https://brew.sh))
- Windows: `choco install conan` (via [Chocolatey](https://chocolatey.org))

Sone Content inside of conan
- Follow the [official Conan installation guide](https://docs.conan.io/2/installation.html), or install Conan on macOS with Homebrew using [`brew install conan`](https://formulae.brew.sh/formula/conan), or on Windows with Chocolatey using [`choco install conan`](https://community.chocolatey.org/packages/conan).
::

0 comments on commit 12a8754

Please sign in to comment.