Skip to content

Commit 9c95dfc

Browse files
Fix package name in conan install command
1 parent 6a2216c commit 9c95dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To add a git-wrap, place a `.wrap` file in `subprojects` with the Git repo URL a
6464
Conan can install packages directly from a GitHub repository if it contains a valid `conanfile.py`.
6565

6666
```bash
67-
conan install git+https://github.com/fossillogic/fossil-test.git#v1.2.8 --name pizza_test --build=missing
67+
conan install git+https://github.com/fossillogic/fossil-test.git#v1.2.8 --name fossil_test --build=missing
6868
```
6969

7070
#### Integrate the Dependency:

0 commit comments

Comments
 (0)