AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol
Other
188 stars 68 forks source link

ReadMe correction #46

Closed rmiryala closed 4 years ago

rmiryala commented 4 years ago

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 .

krwc commented 4 years ago

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