Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 462 Bytes

notification-service

GCloud hosted app engine notification service.

This repo contains a submodule, so this is how you should clone it:

git clone --recursive https://github.com/OpenAgricultureFoundation/notification-service

If you didn't clone it that way, simply do:

cd notification-service 
git submodule update --init

When you want to update the submodule to its latest master branch:

git submodule update --remote