Skip to content

Commit

Permalink
Update README.md (microsoft#17714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned authored and mhegazy committed Sep 7, 2017
1 parent 727facb commit de940af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

For the latest stable version:

```
```bash
npm install -g typescript
```

For our nightly builds:

```
```bash
npm install -g typescript@next
```

Expand Down Expand Up @@ -50,26 +50,26 @@ In order to build the TypeScript compiler, ensure that you have [Git](https://gi

Clone a copy of the repo:

```
```bash
git clone https://github.com/Microsoft/TypeScript.git
```

Change to the TypeScript directory:

```
```bash
cd TypeScript
```

Install Gulp tools and dev dependencies:

```
```bash
npm install -g gulp
npm install
```

Use one of the following to build and test:

```
```bash
gulp local # Build the compiler into built/local
gulp clean # Delete the built compiler
gulp LKG # Replace the last known good with the built one.
Expand All @@ -88,7 +88,7 @@ gulp help # List the above commands.

## Usage

```shell
```bash
node built/local/tsc.js hello.ts
```

Expand Down

0 comments on commit de940af

Please sign in to comment.