X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=bed6c90f44b3beea4d618ac2230bdba04a13a992;hb=d420a8b6f1fecde3983369b131da1f042c7c8a14;hp=7f6558422c478786b40b8c60bcfaa3eb7c98a4a9;hpb=c9df96f0699cb656166a696219749646f12052d1;p=osm%2FN2VC.git diff --git a/README.md b/README.md index 7f65584..bed6c90 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,15 @@ Traceback (most recent call last): raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed ``` + +## Modules + +To update the libjuju module: + +Needs to be fully tested: +```bash +git checkout master +git subtree pull --prefix=modules/libjuju/ --squash libjuju master + +git merge --continue +```