Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed May 21, 2017
1 parent bdf6cd3 commit 334ee94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# kemalyst-generator
[![Build Status](https://travis-ci.org/TechMagister/kemalyst-generator.svg?branch=master)](https://travis-ci.org/TechMagister/kemalyst-generator)
[![Build Status](https://travis-ci.org/kemalyst/kemalyst-generator.svg?branch=master)](https://travis-ci.org/kemalyst/kemalyst-generator)

Rails like command line for kemalyst

## Installation

You can build the `kgen` tool from source:
```shellsession
$ git clone [email protected]:TechMagister/kemalyst-generator.git
$ git clone [email protected]:kemalyst/kemalyst-generator.git
$ cd kemalyst-generator/
$ shards install
$ make
Expand All @@ -22,7 +22,7 @@ You can symlink this to a more global location like /usr/local/bin to make it ea
Optionally, you can use homebrew to install.

```shellsession
$ brew tap drujensen/kgen
$ brew tap kemalyst/kgen
$ brew install kgen
```

Expand Down Expand Up @@ -111,7 +111,7 @@ See opened issues.

## Contributing

1. Fork it ( https://github.com/TechMagister/kemalyst-generator/fork )
1. Fork it ( https://github.com/kemalyst/kemalyst-generator/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
Expand Down

0 comments on commit 334ee94

Please sign in to comment.