README.md in rebuild-0.0.4 vs README.md in rebuild-0.0.5
- old
+ new
@@ -1,24 +1,42 @@
# Rebuild
+Development environment bootstrap automation toolkit for OSX.
+
![](http://pic.k0kubun.com/EccWEeglRnobUo4.gif)
-Development environment bootstrap automator for OSX
-
## What's this?
In clean-installed OSX, git is unavailable but gem is available.
Thus this gem provides a way to fetch GitHub repository archive and execute scripts in it.
## Usage
+### Full automated command line tools installation
+
```bash
$ sudo gem install rebuild
+$ rebuild
+```
+
+You can install command line tools to clean-installed Yosemite only by typing `rebuild`.
+
+### Environment Bootstrap
+
+```bash
+$ sudo gem install rebuild
$ rebuild k0kubun/dotfiles
```
-The archive of [repository](https://github.com/k0kubun/dotfiles) is unzipped to `/tmp/k0kubun/dotfiles`.
+After installing command line tools, the archive of [repository](https://github.com/k0kubun/dotfiles) is unzipped to `/tmp/k0kubun/dotfiles`.
Then executes all of `/tmp/k0kubun/dotfiles/*.sh`.
+
+## Supported OS
+
+- 10.10 Yosemite
+- 10.9 Maverics
+
+Prior to 10.8 Mountain Lion, features except command line tools installation are still supported.
## TODO
- revision lock
- clone directory change option