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
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@ To get started with Pizza Test, ensure you have the following installed:
57
57
58
58
#### Adding via Meson Git Wrap
59
59
60
-
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.
60
+
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.
61
61
62
62
#### Adding via Conan GitHub repository
63
63
64
-
Conan can install packages directly from a GitHub repository if it contains a valid conanfile.py.
64
+
Conan can install packages directly from a GitHub repository if it contains a valid `conanfile.py`.
In your `meson.build` file, integrate Fossil Test by adding the following line:
84
84
85
-
```meson
86
-
dep = dependency('fossil-test')
87
-
```
88
-
89
85
**Note**: For the best experience, always use the latest release of Pizza Test. Visit the [Pizza Test Releases](https://github.com/fossillogic/fossil-test/releases) page for the latest versions.
0 commit comments