diff --git a/README.md b/README.md index 94f19c8..7db010b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,15 @@ $ chmod +x gitclone.sh $ ./gitclone.sh ``` -You will be prompted to enter a user or org name. Type a valid username of a github user and press 'enter. It will take a moment to poll the github servers, then respond with a list of repositories found for a given user. Your choices are to download all of them or cancel out. Pretty simple. If you are downloading from a large list such as from Google or Twitter, make sure you have a fast internet connection, ample storage space on your drive, and plenty of coffee while you wait. +You will be prompted to enter a user or org name. Type a valid username of a github user and press 'enter. It will take a moment to poll the github servers, then respond with a list of repositories found for a given user. +![[](scrnshot.png)](scrnshot.png) +Your choices are to download all of them or cancel out. Pretty simple. If you are downloading from a large list such as from Google or Twitter, make sure you have a fast internet connection, ample storage space on your drive, and plenty of coffee while you wait. + +That's pretty much all there is to it. Very simple, but quite useful. by [**Ray Kooyenga**](https://github.com/rkooyenga) + + blog and more projects at by [**rkooyenga.github.io**](https://rkooyenga.github.io/) + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/scrnshot.png b/scrnshot.png new file mode 100644 index 0000000..9b89be2 Binary files /dev/null and b/scrnshot.png differ