Skip to content

Commit 4dc4b81

Browse files
Update README.md
1 parent 6bc1bcf commit 4dc4b81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
#### Using Meson
3535

36-
1. **Install or Upgrade Meson** (version 1.3 or newer recommended):
36+
### **Install or Upgrade Meson** (version 1.3 or newer recommended):
3737

3838
```sh
3939
python -m pip install meson # Install Meson
4040
python -m pip install --upgrade meson # Upgrade Meson
4141
```
42-
2. Add the .wrap File
42+
### Add the .wrap File
4343
Place a file named fossil-cryptic.wrap in your subprojects directory with the following content:
4444

4545
```ini
@@ -54,7 +54,7 @@ revision = v0.1.0
5454
fossil-cryptic = fossil_cryptic_dep
5555
```
5656

57-
3. Integrate in Your meson.build
57+
### Integrate in Your meson.build
5858
Add the dependency by including this line:
5959

6060
```meson

0 commit comments

Comments
 (0)