diff --git a/README.md b/README.md index 4281522b1639140fa44c49828d4740727a97959b..6dcb1a6cc9396c6f7d7e2c66924205cdba17cec0 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,9 @@ Shared code to build the uAfrica and Ship-logic backend ### How to include in your project -Run this command to add the _magefile folder as a submodule +Run this in your project: ```shell -git submodule add https://gitlab.com/uafrica/mage.git _magefile +go get gitlab.com/uafrica/mage ``` -Remember to commit the `.gitmodules` and `_magefile` files to your repo - -### Update submodule in your repo -Run this in your repo to update the submodule -```shell -git submodule update --recursive --remote -``` \ No newline at end of file +You can then use this module `"gitlab.com/uafrica/mage/mage_helpers"` to find all the shared code \ No newline at end of file