README.md in rebuild-0.5.0 vs README.md in rebuild-0.5.1
- old
+ new
@@ -7,11 +7,11 @@
## What's this?
`rebuild` allows you to achieve mouse-free command line tools installation in OSX Yosemite.
And `rebuild` clones your GitHub repository and runs all of your bootstrap scripts.
-You can setup or synchronize your environment by just executing `rebuild <username>/<project>`
+You can setup or synchronize your environment by executing `rebuild [username]/[repository]`.
## Installation
```bash
$ gem install rebuild
@@ -27,10 +27,12 @@
```
**No need to touch your mouse.** Rebuild will click buttons for you in command line tools installation.
Just typing the command allows you to reproduce your development environment.
+Your repository will be available at `~/[repository]`.
+
### Sync multiple environments
![](http://pic.k0kubun.com/1B8yBClo0bg4W7Q.gif)
```bash
@@ -65,11 +67,11 @@
![](http://pic.k0kubun.com/wsrFmSZhBOug1Yj.gif)
You can skip choosing option by ~/.gitconfig
-```aconf
+```conf
# ~/.gitconfig
# You can append config template by `rebuild config`
[rebuild]
# if true, everytime git pull
@@ -92,13 +94,9 @@
- 10.10 Yosemite
- 10.9 Maverics
Prior to 10.8 Mountain Lion, features except command line tools installation are still supported.
-
-## TODO
-
-- Write test with rspec
## License
MIT License