Skip to content

Commit

Permalink
installation updates (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraff2 committed Jun 22, 2018
1 parent 934e439 commit 0c17b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -10,11 +10,10 @@ Install [node.js](https://docs.npmjs.com/getting-started/installing-node).

## Installation

Install the Refocus Sample Generator Template Utilities, then run `npm link` to create global symlinks to the /bin commands.
Install the Refocus Sample Generator Template Utilities.

```
$ npm install @salesforce/refocus-sample-generator-template-utils
$ npm link
$ npm install -g @salesforce/refocus-sample-generator-template-utils
```

## Create a New Refocus Sample Generator Template Project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.1",
"chai-as-promised": "^7.1.1",
"commander": "^2.12.2",
"coveralls": "^3.0.0",
"fs-extra": "4.*",
"joi": "^10.6.0",
"jscs": "^3.0.7",
"mock-fs": "^4.4.2",
Expand Down

0 comments on commit 0c17b09

Please sign in to comment.