Skip to content

Commit

Permalink
Add a CHANGELOG and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kjg committed Oct 14, 2016
1 parent 0a0efa0 commit 718c0ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## Version 1.1.0

*Unreleased*

**Features**

- Added an optional `-l, [--logo=LOGO]` option to specify a path to the custom logo file to use in the slate install

## Version 1.0.0

*September 29, 2016*

Initial release
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ To install slate into your docs folder run
$ slate-installer install
```

You can optionally specify the path to a custom logo to have that overwrite the slate logo during install

```shell
$ slate-installer install -l path/to/logo.png
```

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down

0 comments on commit 718c0ad

Please sign in to comment.