Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored and mbrukman committed May 25, 2017
1 parent 4c026ef commit 379b5ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
Automatically generate boilerplate comments and code for new files with a single
command.

Usage:
## Install
```sh
cd ~/bin
git clone [email protected]:mbrukman/autogen.git
echo 'alias autogen=~/bin/autogen/autogen' >> ~/.bash_profile
source ~/.bash_profile
```

## Usage

```bash
autogen -c [copyright holder] -l [license] [filename]
Expand Down

0 comments on commit 379b5ac

Please sign in to comment.