diff --git a/README.md b/README.md index 7c62552..52a34f1 100755 --- a/README.md +++ b/README.md @@ -29,15 +29,12 @@ Manually: ```alias betty="~/path/to/betty/main.rb"``` 3. Use it! For instance, you can run commands: "betty how many words are in this directory" or "betty uncompress something.tar.gz" +Automatically: 1. First, git clone this repo with `git clone https://github.com/pickhardt/betty` 2. Run `ruby install.rb` in `betty/`. 3. Use it! For instance, you can run commands: `betty how many words are in this directory` or `betty uncompress something.tar.gz` -Automatically: - -Run `ruby install.rb` - Examples --------