You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,22 @@ Template project for C++ with CMake and Conan 2.0 support.
12
12
13
13
## Conan workflow
14
14
15
-
The project workflow for Conan 2.0 is listed below. See the `conan/profiles`
16
-
directory for a set of pre-generated profiles.
15
+
The project workflow for Conan 2.0 is listed below. For more comprehensive details, check out the Conan documentation: [https://docs.conan.io/2/index.html](https://docs.conan.io/2/index.html)
16
+
See the `conan/profiles`directory for a set of pre-generated profiles.
17
17
18
18
```sh
19
-
# Create a default profile
19
+
# Install conan with pip
20
+
pip install --user conan
21
+
22
+
# Create a profile by detecting installed build systems and compilers
0 commit comments