Skip to content

Commit

Permalink
Write to README about update v7
Browse files Browse the repository at this point in the history
  • Loading branch information
edvakf committed Sep 2, 2015
1 parent 9bae51d commit 01ad40a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@

Go binding for V7 JavaScript engine.

## Updating v7

v7 was added as a git subtree like this;

```
$ git remote add -f v7_origin git@github.com:cesanta/v7.git
$ git subtree add --prefix=v7/ --squash v7_origin master
```

To update v7, do `merge --squash`

```
$ git merge --squash -s subtree --no-commit v7_origin
$ git commit
```

0 comments on commit 01ad40a

Please sign in to comment.