Skip to content

Commit 0b85236

Browse files
Update README.md
1 parent 2e49b47 commit 0b85236

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ To get started with Pizza Test, ensure you have the following installed:
5757

5858
#### Adding via Meson Git Wrap
5959

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.
6161

6262
#### Adding via Conan GitHub repository
6363

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`.
6565

6666
```bash
6767
conan install git+https://github.com/fossillogic/fossil-test.git#v1.2.8 --name pizza_test --build=missing
@@ -82,10 +82,6 @@ dependency_names = fossil-test, pizza-test
8282

8383
In your `meson.build` file, integrate Fossil Test by adding the following line:
8484

85-
```meson
86-
dep = dependency('fossil-test')
87-
```
88-
8985
**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.
9086

9187
## Configure Build Options

0 commit comments

Comments
 (0)