summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorFredrik Appelberg <fredrik.appelberg@gmail.com>2011-04-17 14:02:38 +0200
committerFredrik Appelberg <fredrik.appelberg@gmail.com>2011-04-17 14:02:38 +0200
commit0a896119214b5211d26be6446d5e98af7634c5ae (patch)
tree0f2ad50f646e6920e507da64c16cecc372660c32 /README.textile
parent9092bf7b53b9e24a5283aeb6dd6950c3238e5cb8 (diff)
parent971b071dc67f423d8b2a6f476e1dd58819049f41 (diff)
downloadzsh-0a896119214b5211d26be6446d5e98af7634c5ae.tar.gz
zsh-0a896119214b5211d26be6446d5e98af7634c5ae.tar.bz2
zsh-0a896119214b5211d26be6446d5e98af7634c5ae.zip
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Conflicts: lib/termsupport.zsh
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.textile b/README.textile
index 0659aded8..d01c3310a 100644
--- a/README.textile
+++ b/README.textile
@@ -8,7 +8,7 @@ h2. Setup
h3. The automatic installer... (do you trust me?)
-@wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
+@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
@@ -54,16 +54,18 @@ h3. Uninstalling
If you want to uninstall it, just run @uninstall_oh_my_zsh@ from the command line and it'll remove itself and revert you to bash (or your previous zsh config).
-h2. Thanks
-
-* Rick Olson (technoweenie) might remember some of the configuration, which I took from a pastie a few years ago.
-* Marcel (noradio) provided Rick the original zsh configuration.
-* Nicholas (ulysses) for the "rake autocompletion code":http://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh.
-
h2. Help out!
I'm far from being a zsh-expert and suspect there are many ways to improve. If you have ideas on how to make the configuration easier to maintain (and faster), don't hesitate to fork and send pull requests!
h3. Send us your theme!
-I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory. \ No newline at end of file
+I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
+
+h2. Contributors
+
+This project wouldn't exist without all of our awesome users and contributors.
+
+* "View our growing list of contributors":https://github.com/robbyrussell/oh-my-zsh/contributors
+
+Thank you so much! \ No newline at end of file