Closed midiareshadi closed 2 years ago
There are two minor typos in the git command of README.md file: The first one is in:
% git clone --recurse-submodules https://github.com/Accelergy-Project/accelergy-timeloop-infrastucture.git
and the second is in:
For both of them the correct git command is:
% git clone --recurse-submodules https://github.com/Accelergy-Project/accelergy-timeloop-infrastructure.git
Thank you. Typos now fixed
There are two minor typos in the git command of README.md file: The first one is in:
Native Install
% git clone --recurse-submodules https://github.com/Accelergy-Project/accelergy-timeloop-infrastucture.git
and the second is in:
Build the image
% git clone --recurse-submodules https://github.com/Accelergy-Project/accelergy-timeloop-infrastucture.git
For both of them the correct git command is:
% git clone --recurse-submodules https://github.com/Accelergy-Project/accelergy-timeloop-infrastructure.git