Skip to content

Commit 2e49b47

Browse files
Update README.md
1 parent 3bd3ba7 commit 2e49b47

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
@@ -55,13 +55,9 @@ To get started with Pizza Test, ensure you have the following installed:
5555

5656
### Adding Dependency
5757

58-
#### Adding via Meson WrapDB
58+
#### Adding via Meson Git Wrap
5959

60-
Meson can install packages directly from the WrapDB just like so, newest versions by default.
61-
62-
```bash
63-
meson wrap install fossil-test
64-
```
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.
6561

6662
#### Adding via Conan GitHub repository
6763

0 commit comments

Comments
 (0)