diff --git a/content/using-atom/images/github-without-projects.png b/content/using-atom/images/github-without-projects.png new file mode 100644 index 0000000000..2b98ae9b39 Binary files /dev/null and b/content/using-atom/images/github-without-projects.png differ diff --git a/content/using-atom/sections/github-package.md b/content/using-atom/sections/github-package.md index f4b9e37410..5fc6d3e337 100644 --- a/content/using-atom/sections/github-package.md +++ b/content/using-atom/sections/github-package.md @@ -50,10 +50,13 @@ In case a project doesn't have a Git repository yet, you can create one from the #### Clone repositories -To clone a repository, run the `GitHub: Clone` command. In the dialog paste a URL of a repository and click "Clone". A new project will get added to the Tree View. +To clone a repository, open the GitHub panel while you have no project folders open in Atom and click "Clone an existing GitHub repository". In the dialog, paste the URL of a repository and click "Clone". The new project will be added to the Tree View. -![Clone repositories](../../images/github-clone.png "Clone repositories") +![GitHub panel](../../images/github-without-projects.png "GitHub panel without projects") +![Clone dialog](../../images/github-clone.png "Clone repositories") + +Alternately, run the `GitHub: Clone` command to open the Clone dialog any time. #### Branch