Skip to content

Commit 3ef18c3

Browse files
committed
removed just (rebase issue)
Signed-off-by: Klaim (Joël Lamotte) <[email protected]>
1 parent 762df7d commit 3ef18c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mkdocs/docs/integration/package_managers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ dotnet add package nlohmann.json
464464

465465
??? example
466466

467-
Probably the easiest way to use NuGet packages is through Visual Studio graphical interface. Just right-click on a
467+
Probably the easiest way to use NuGet packages is through Visual Studio graphical interface. Right-click on a
468468
project (any C++ project would do) in “Solution Explorer” and select “Manage NuGet Packages…”
469469

470470
![](nuget/nuget-search-package.png)
@@ -477,8 +477,8 @@ dotnet add package nlohmann.json
477477
recommends adding “native” and “nativepackage” tags to C++ NuGet packages to distinguish them, but even adding
478478
“native” to search query would still show many .NET-only packages in the list.
479479

480-
Nevertheless, after finding the package you want, just click on “Install” button and accept confirmation dialogs.
481-
After the package is successfully added to the projects, you should be able to just build and execute the project
480+
Nevertheless, after finding the package you want, click on “Install” button and accept confirmation dialogs.
481+
After the package is successfully added to the projects, you should be able to build and execute the project
482482
without the need for making any more changes to build settings.
483483

484484
!!! note

0 commit comments

Comments
 (0)