Skip to content

Commit

Permalink
Tweak markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
robspassky committed Jun 8, 2011
1 parent db11002 commit d87dbbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -7,19 +7,19 @@ The created project is meant to compile and work out-of-the-box. I'd have it be

Usage:

1. Clone this repository into your .rebar/templates directory. If it doesn't already exist, I think you can do this with the following command line:
* Clone this repository into your .rebar/templates directory. If it doesn't already exist, I think you can do this with the following command line:

``` shell
git clone https://github.com/robspassky/rebar-project-template.git ~/.rebar/templates
```

2. Run it:
* Run it:

``` shell
rebar create template=project projectid=projectnamehere
```

3. Sample session:
* Sample session:

``` shell
robspassky@carmine:/tmp$ rebar create template=project projectid=projectnamehere
Expand Down Expand Up @@ -77,7 +77,7 @@ Eshell V5.8.4 (abort with ^G)
(projectnamehere@127.0.0.1)1>
```

4. Added "webservice-project " to project template.
* Added "webservice-project " to project template.

``` shell
robspassky@carmine:/tmp/foo$ rebar create template=webservice-project projectid=projectnamehere
Expand Down

0 comments on commit d87dbbc

Please sign in to comment.