We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc1bcf commit 4dc4b81Copy full SHA for 4dc4b81
README.md
@@ -33,13 +33,13 @@
33
34
#### Using Meson
35
36
-1. **Install or Upgrade Meson** (version 1.3 or newer recommended):
+### **Install or Upgrade Meson** (version 1.3 or newer recommended):
37
38
```sh
39
python -m pip install meson # Install Meson
40
python -m pip install --upgrade meson # Upgrade Meson
41
```
42
- 2. Add the .wrap File
+### Add the .wrap File
43
Place a file named fossil-cryptic.wrap in your subprojects directory with the following content:
44
45
```ini
@@ -54,7 +54,7 @@ revision = v0.1.0
54
fossil-cryptic = fossil_cryptic_dep
55
56
57
- 3. Integrate in Your meson.build
+### Integrate in Your meson.build
58
Add the dependency by including this line:
59
60
```meson
0 commit comments