File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tutorial/conan_repositories Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,10 @@ template for the `conan new` command:
27
27
28
28
.. code-block :: bash
29
29
30
- $ mkdir repo && cd repo $ conan new local_recipes_index -d name=hello -d version=0.1 \
31
- -d url=https://github.com/conan-io/libhello/archive/refs/tags/0.0.1.zip \ -d
32
- sha256=1dfb66cfd1e2fb7640c88cc4798fe25853a51b628ed9372ffc0ca285fe5be16b
30
+ $ mkdir repo && cd repo
31
+ $ conan new local_recipes_index -d name=hello -d version=0.1 \
32
+ -d url=https://github.com/conan-io/libhello/archive/refs/tags/0.0.1.zip \
33
+ -d sha256=1dfb66cfd1e2fb7640c88cc4798fe25853a51b628ed9372ffc0ca285fe5be16b
33
34
$ cd ..
34
35
35
36
The `conan new local_recipes_index ` command creates a template that assumes CMake as the
You can’t perform that action at this time.
0 commit comments