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

Commit

Permalink
Use $ as prompt in all command lines for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigw committed Oct 3, 2011
1 parent 48b8222 commit 1c98228
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -14,18 +14,18 @@ Up and running fast
I've provided a Vagrant setup that will get you up and running fast. Install
the necessary gems using bundler:

cd /path/to/checkout/of/constable
bundle
$ cd /path/to/checkout/of/constable
$ bundle

Ask Vagrant to bring up the server components for you:

cd /path/to/checkout/of/constable
bundle exec vagrant up
$ cd /path/to/checkout/of/constable
$ bundle exec vagrant up

Ask Constable to do some work:

cd /path/to/checkout/of/constable
bundle exec ./bin/constable-identify -- /path/to/input.png -verbose
$ cd /path/to/checkout/of/constable
$ bundle exec ./bin/constable-identify -- /path/to/input.png -verbose

That's it, you just used ImageMagick as a service.

Expand All @@ -40,7 +40,7 @@ Installing

The server needs ImageMagick installed. Mostly I do this using `apt-get`:

apt-get install imagemagick
$ apt-get install imagemagick

You'll need a broker that talks Stomp somewhere on your network. I use Apache
Apollo, and I'm not totally sure if the code uses anything that's specific to
Expand Down

0 comments on commit 1c98228

Please sign in to comment.