Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update names, suggestion on cloning #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [Kata Seeds](https://github.com/kata-seeds): Language (+ optionally a test framework)
[![Build Status](https://travis-ci.org/kata-seeds/language-seed.svg?branch=master)](https://travis-ci.org/kata-seeds/language-seed)
[![Build Status](https://travis-ci.org/kata-seeds/kata-seed-template.svg?branch=master)](https://travis-ci.org/kata-seeds/kata-seed-template)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this as language so I could gsub it. Maybe we should standardize on LANGUAGE or something else super-obvious?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I did that below. In this case (for the travis info), it looks wrong to me.


## Getting Started

Clone this repo with `git`:

git clone https://github.com/kata-seeds/language-seed.git
cd language-seed
git clone https://github.com/kata-seeds/kata-seed-template.git YOUR_LANGUAGE - seed
cd YOUR_LANGUAGE-seed

Install dependencies and run your tests with `make`:

Expand Down