From 5b9b361e24ffd9238c4973f2292ae23394112c16 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 15 Oct 2015 20:39:14 -0700 Subject: [PATCH] github markdown tricks: "console" is a supported language `cd` shows up cool, lines starting with > look different than others, etc --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c42a1e7..4c08fc28 100644 --- a/README.md +++ b/README.md @@ -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