Skip to content

Commit 1a07ea4

Browse files
committed
Update README after repo transition
Signed-off-by: George Melikov <mail@gmelikov.ru>
1 parent ba7be20 commit 1a07ea4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.MD

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
Docker image with fresh libabigail.
1+
Fresh libabigail for consistent and reproducible results.
2+
3+
### Usage example:
4+
```
5+
# Main usage, run command inside pwd dir
6+
sudo docker run -it --rm -v $(pwd):/source ghcr.io/openzfs/libabigail YOUR_COMMAND
7+
8+
# Example for OpenZFS
9+
sudo docker run -it --rm -v $(pwd):/source ghcr.io/openzfs/libabigail make checkabi
10+
```

0 commit comments

Comments
 (0)