Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Removed command line indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 7, 2017
1 parent 644991e commit af4705c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Cory combines clean, logic-less [handlebars](http://handlebarsjs.com) templates
Install it (you'll need at least node v6)

```bash
$ npm install -g cory
npm install -g cory
```

Run it

```bash
$ cory [options] [command]
cory [options] [command]
```

Theres a list of all options and commands [below](#cli). For a step-by-step guide, check [this](https://github.com/leo/cory/wiki) out.
Expand All @@ -28,20 +28,20 @@ Theres a list of all options and commands [below](#cli). For a step-by-step guid
Uninstall cory if it's already installed

```bash
$ npm uninstall -g cory
npm uninstall -g cory
```

Clone this repository
Clone this repository:

```bash
$ git clone https://github.com/leo/cory.git
$ cd cory
git clone https://github.com/leo/cory.git
cd cory
```

Link it app to the global module directory
Link it app to the global module directory:

```bash
$ npm link
npm link
```

Yeeha! :horse: Now you can use the `gulp` command within the repository to transpile the its sourcefiles and watch for changes. While the command is running, you're able to use the `cory` command everywhere!
Expand Down

0 comments on commit af4705c

Please sign in to comment.