diff options
Diffstat (limited to '_posts/2009-08-14-key-setup-redirect.textile')
| -rw-r--r-- | _posts/2009-08-14-key-setup-redirect.textile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_posts/2009-08-14-key-setup-redirect.textile b/_posts/2009-08-14-key-setup-redirect.textile index 7c2c2ae..d760f3b 100644 --- a/_posts/2009-08-14-key-setup-redirect.textile +++ b/_posts/2009-08-14-key-setup-redirect.textile @@ -5,10 +5,12 @@ title: Generating SSH keys Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS: -* "Mac":msysgit-key-setup -* "Windows":mac-key-setup +* "Windows":msysgit-key-setup +* "Mac":mac-key-setup +* "Linux":mac-key-setup <script type="text/javascript"> if (navigator.appVersion.indexOf("Win") != -1) {window.location = 'http://help.github.com/msysgit-key-setup/'} else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-key-setup/'} + else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-key-setup/"} </script>
\ No newline at end of file |
