From e7fd59f520f17c16ba2ae378f3feaf8eca69ff10 Mon Sep 17 00:00:00 2001 From: bebopagogo Date: Tue, 21 Jan 2020 22:12:41 -0500 Subject: [PATCH] added protolib submodule --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index feaa122..e9dc6d5 100644 --- a/README.md +++ b/README.md @@ -118,5 +118,14 @@ after cloning the 'norm' repository: cd norm git submodule update --init +To keep the 'protolib' submodule up to date, you will need to do the +following: + +cd norm/protolib +git checkout master + +This will enable you to issue 'git pull', etc to treat the 'protolib' +sub-directory as its own (sub-) repository. +