Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cstar committed Jul 9, 2013
1 parent cbdc760 commit ca567e4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Clone the project and do the rebar dance

```console
APP=<your app name>
git clone --depth=1 https://github.com/cstar/cb_quickstart.git $APP
mkdir $APP
cd $APP
# rm -Rf ./.git #this command is commented, because I don't want to be held responsible for deleting your git history
curl -L https://github.com/cstar/cb_quickstart/archive/v1.0.tar.gz | tar xzf - -C . --strip-components=1
make PROJECT=$APP
```
Note : the APP variable must be a valid erlang term. (Roughly : downcase characters and '_', no digits first)
Expand All @@ -30,13 +30,6 @@ cb_admin
--------
`cb_admin` is fetched as a dependency. To install it, add the `cb_admin` to your root application as specified in the README.

Note
----
I've had to modify the cb_admin and ChicagoBoss source code a tiny bit to enable CB apps to work from the `deps` directory.
So this project is currently pulling my forks instead of the canonical repository. There is a pull request proposing a fix.

If the fix or a similar fix is accepted upstream, I will point rebar to the canonical repos.

Code away !
-----------

Expand Down

0 comments on commit ca567e4

Please sign in to comment.