Accelergy-Project / accelergy-timeloop-infrastructure

Linux docker for the DNN accelerator exploration infrastructure composed of Accelergy and Timeloop
MIT License
44 stars 26 forks source link

Two minor typos in README.md #3

Closed midiareshadi closed 2 years ago

midiareshadi commented 2 years ago

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

jsemer commented 2 years ago

Thank you. Typos now fixed