AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe correction

rmiryala opened this issue · comments

git clone https://github.com/AVSystem/Anjay.git
cd Anjay
docker build --tag anjay .

The above one yields error
I guess it has to be in the following way
git clone https://github.com/AVSystem/Anjay.git
cd Anjay
git submodule update --init
docker build --tag anjay .

Thank you for the report! We've updated README.md accordingly in 2.4.3.