Skip to content

Commit

Permalink
example program
Browse files Browse the repository at this point in the history
  • Loading branch information
gabstv committed Feb 25, 2019
1 parent e746171 commit 85f1716
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ func main(){
fmt.Println(newpatchedf.Bytes())
}
```

## As a program (CLI)
```sh
go get -u github.com/gabstv/go-bsdiff/cmd/...

bsdiff oldfile newfile patch
bspatch oldfile newfile2 patch
```

0 comments on commit 85f1716

Please sign in to comment.