Skip to content

Commit fa73c35

Browse files
Remove Conan GitHub repository installation instructions
Removed instructions for adding via Conan GitHub repository.
1 parent 6d4ff9e commit fa73c35

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ To get started, ensure you have the following installed:
5959

6060
To add a git-wrap, place a `.wrap` file in `subprojects` with the Git repo URL and revision, then use `dependency('fossil-test')` in `meson.build` so Meson can fetch and build it automatically.
6161

62-
#### Adding via Conan GitHub repository
63-
64-
Conan can install packages directly from a GitHub repository if it contains a valid `conanfile.py`.
65-
66-
```bash
67-
conan install git+https://github.com/fossillogic/fossil-test.git#v1.3.0 --name fossil_test --build=missing
68-
```
69-
7062
#### Integrate the Dependency:
7163

7264
Add the `fossil-test.wrap` file in your `subprojects` directory and include the following content:

0 commit comments

Comments
 (0)