瀏覽代碼

fix: Add missing cmd on clone

After cloning the repo, the command steps to add a progress branch was not changing to the new cloned directory before creating and checking out to the progress branch
desire 2 年之前
父節點
當前提交
6986d2bab6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -277,6 +277,7 @@ Fork the GitHub repo https://github.com/jwasham/coding-interview-university by c
 Clone to your local repo:
 Clone to your local repo:
 
 
     git clone git@github.com:<your_github_username>/coding-interview-university.git
     git clone git@github.com:<your_github_username>/coding-interview-university.git
+    cd coding-interview-university
     git checkout -b progress
     git checkout -b progress
     git remote add jwasham https://github.com/jwasham/coding-interview-university
     git remote add jwasham https://github.com/jwasham/coding-interview-university
     git fetch --all
     git fetch --all