Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Add "cd tslint" to README quick start #4735

Merged
merged 1 commit into from May 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -63,6 +63,7 @@ Prerequisites:

```bash
git clone git@github.com:palantir/tslint.git --config core.autocrlf=input --config core.eol=lf
cd tslint
yarn
yarn compile
yarn test
Expand Down