added protolib submodule

pull/9/head
bebopagogo 2020-01-21 22:12:41 -05:00
parent 158c92dbb9
commit e7fd59f520
1 changed files with 9 additions and 0 deletions

View File

@ -118,5 +118,14 @@ after cloning the 'norm' repository:
cd norm cd norm
git submodule update --init 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.