From 79d8f6ed0c3d0038b56b015634ec041a8d0dbf8f Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 2 Feb 2012 10:15:33 -0500 Subject: [PATCH] Added basic README. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f64d2c5 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +UConn GitHub Installer +====================== + +This is a semi-automated installer package that assists members of the UConn community in setting up their machines to use UConn GitHub. + +It currently does the following: + +* Installs Git 1.7.8 (Msysgit) +* Installs Git Extensions (GUI, Visual Studio addons, etc) +* Installs KDiff3 +* Sets your Name and Email Git configuration values +* Generates a SSH key for you (if one does not already exist) +* Copies your SSH key to your clipboard so you can paste it into http://github.uconn.edu/account/ssh + +Bug Tracker +----------- + +Have a bug or problem? Please create an issue here on UConn GitHub! + +http://github.uconn.edu/ejr06006/UConn-GitHub-Installer/issues + +Author +------ + +**Erik Reynolds** ++ http://twitter.com/ejreynolds ++ http://erikreynolds.com