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

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mojit0 committed Apr 2, 2012
1 parent 713ef18 commit bdbf69b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -7,27 +7,26 @@ on-line/off-line, multi-device, hosted application platform.

### via GitHub

$ git clone git@github.com:yahoo/mojito.git
$ git clone git://github.com/yahoo/mojito.git
$ cd mojito/source
$ npm install -g .
$ npm install .
$ mojito test

### via npm

$ npm install -g mojito
$ npm install mojito

## Quick Start

Make an app:
Make an app and install local Mojito:

$ mojito create app simple hello
$ mojito create app hello
$ cd hello
$ npm install mojito

Make a mojit:

$ mojito create mojit simple HelloMojit
$ mojito create mojit HelloMojit

Edit application.json to configure mojit so that it looks like:

Expand All @@ -48,7 +47,7 @@ Start the server:

Go to URL:

http://localhost:8666/hello/index
http://localhost:8666/@HelloMojit/index

## Documentation

Expand Down

0 comments on commit bdbf69b

Please sign in to comment.