Skip to content

Commit

Permalink
Merge pull request #2 from nylira/patch-1
Browse files Browse the repository at this point in the history
Make `starport app` section less confusing
  • Loading branch information
fadeev authored Jun 25, 2020
2 parents 91c691f + 3ac3f98 commit 773dc97
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ git clone https://github.com/tendermint/starport && cd starport && make

## Creating an application

```
starport app [modulePath]
```

This command creates an empty template for a Cosmos SDK application. By default it also includes a module with the same name as the package.

To create a new application called `blog`, run:
This command creates an empty template for a Cosmos SDK application. By default it also includes a module with the same name as the package. To create a new application called `blog`, run:

```
starport app github.com/example/blog
starport app github.com/your-github-id/blog
```

## Running an application
Expand Down

0 comments on commit 773dc97

Please sign in to comment.