moja-global / moja_global_docs

Repository to host the moja global technical documentation
https://docs.moja.global/en/master/
Mozilla Public License 2.0
35 stars 67 forks source link

Documentation📄: fix instruction to setup FLINT Example #171

Closed Namyalg closed 2 years ago

Namyalg commented 2 years ago

What is the current documentation state?

The current documentation steps of FLINT Example using docker need an update due to the restructuring of the repository.

The previous instruction mentions

cd Docker
docker build --build-arg NUM_CPU=8 -t moja/flint.example:bionic .

with the current repository structure, it needs to be

docker build --build-arg NUM_CPU=8 -t moja/flint.example:bionic .