Skip to content

Commit 4948b8d

Browse files
authored
Fix typo (#3706)
1 parent 70a7a05 commit 4948b8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tutorial/conan_repositories/setup_local_recipes_index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ template for the `conan new` command:
2727

2828
.. code-block:: bash
2929
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
3334
$ cd ..
3435
3536
The `conan new local_recipes_index` command creates a template that assumes CMake as the

0 commit comments

Comments
 (0)