Skip to content

Commit

Permalink
Merge branch 'v0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Jul 26, 2023
2 parents 245dab8 + 191bef2 commit 2df33bf
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 27 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# automerge-go

automerge-go provides the ability to interact with [automerge] documents.
It is a featureful wrapper around [automerge-rs] that uses cgo to avoid reimplementing
the core engine from scratch.
Expand All @@ -6,3 +8,10 @@ For package documentation, see the Go documentation at https://pkg.go.dev/github

[automerge]: https://automerge.org
[automerge-rs]: https://github.com/automerge/automerge-rs

## Building from automerge-c
This step must be done on an Apple Silicon mac with docker running.

```sh
./deps/rebuild.sh
```
Loading

0 comments on commit 2df33bf

Please sign in to comment.