Added readme

This commit is contained in:
Austen Adler 2016-08-19 11:30:26 -04:00
parent 9c691994d0
commit 07df82e136
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -1 +1,13 @@
# csc230-autoformat
## Requirements
- zsh
- astyle 2.04+
- perl
## Usage
```sh
cd path/with/code/
git clone https://github.ncsu.edu/agadler/csc230-autoformat ../autoformat
../autoformat/autoformat.sh
```