isamplesorg / isamples_docker

Location to store resources needed to build iSamples Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a typo in README.md in how set up git lfs for isb?

rdhyee opened this issue · comments

Is there a typo in README.md?

Then cd up to the isb docker directory and initialize git lfs: cd .. git lfs install git lfs pull

Should this be changed to:

Then cd to isb docker directory and initialize git lfs: cd isb; git lfs install; git lfs pull