Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
github markdown tricks: "console" is a supported language
Browse files Browse the repository at this point in the history
`cd` shows up cool, lines starting with > look different than others, etc
  • Loading branch information
kevmoo committed Oct 16, 2015
1 parent 049ee76 commit 5b9b361
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,32 @@ Requirements:

To install:

$> pub global activate stagehand
```console
> pub global activate stagehand
```

To update:
To update, run activate again:

# activate stagehand again
$> pub global activate stagehand
```console
> pub global activate stagehand
```

## Usage

Stagehand will generate a project skeleton into the current directory. As an
example, here is how you create a package with Stagehand:

$> mkdir fancy_project
$> cd fancy_project
$> stagehand package-simple
```console
> mkdir fancy_project
> cd fancy_project
> stagehand package-simple
```

And to list all of the project templates:

$> stagehand
```console
> stagehand
```

## Goals

Expand Down

0 comments on commit 5b9b361

Please sign in to comment.