Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/views/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
$ curl -L https://github.com/fbrctr/fabricator/archive/master.tar.gz | tar zx --strip 1
```

Alternatively, you can use the [Yeoman generator](https://github.com/fbrctr/generator-fabricator) to scaffold a new project for you:
Alternatively, you can use the [Yeoman generator](https://github.com/fbrctr/generator-fabricator) to scaffold a new project for you.
If you haven't installed Yeoman yet, make sure to install it:

```shell
$ npm install -g yo
```

Then install and run the generator using:

```shell
$ npm install -g generator-fabricator
Expand Down