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

Commit

Permalink
Add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Mar 12, 2015
1 parent ee920be commit 57828ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -75,10 +75,10 @@ internal `gulp` task runner checks to verify everything works:

```sh
# Mac/Linux
$ gulp check
$ node_modules/.bin/gulp check

# Windows
$ gulp check:win
$ node_modules\.bin\gulp check:win
```


Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -42,10 +42,10 @@ $ cd full-stack-testing
$ npm install

# Mac/Linux
$ gulp check
$ node_modules/.bin/gulp check

# Windows
$ gulp check:win
$ node_modules\.bin\gulp check:win
```

## Tests
Expand Down

0 comments on commit 57828ec

Please sign in to comment.