diff --git a/README.md b/README.md index 32ed2b9..8bac727 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,9 @@ rebuild_new = diff.patch(base=old, deltas=deltas) assert rebuild_new == old ``` + +## Install + +```bash +poetry add git+https://github.com/includeamin/diff.git#tag +``` \ No newline at end of file