Skip to content

Commit 03795ff

Browse files
committed
Fix GitHub workflow; update README
1 parent 3c22978 commit 03795ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
name: libsemver
3434
path: ./
3535
- name: Set Permissions
36-
run: chmod +x ./build/lib/libsemver.so*
36+
run: chmod +x ./build/lib/libsemver-1.so*
3737
- name: Test
3838
run: ninja -C build test

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ SemVer is a GObject-based library for creating and handling Semantic Versions (h
1414

1515
## Example Usage
1616

17+
If using Meson, simply add the dependency:
18+
19+
```meson
20+
dependency('semver-1', version: '>= 1.0.0')
21+
```
22+
1723
Creating a new `Version` object:
1824

1925
```vala

0 commit comments

Comments
 (0)