X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=README.md;h=bed6c90f44b3beea4d618ac2230bdba04a13a992;hp=7f6558422c478786b40b8c60bcfaa3eb7c98a4a9;hb=refs%2Fchanges%2F94%2F6394%2F1;hpb=421c4a23dc5e60db9596b79ea87cdc19cc463e9b;ds=inline 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 +```