Skip to content

Commit

Permalink
Merge pull request #95 from netlify/updateDocs
Browse files Browse the repository at this point in the history
update main readme
  • Loading branch information
DavidWells authored Sep 5, 2018
2 parents 2bcd34e + 824a872 commit f7c373f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Welcome to the Netlify CLI!
<details>
<summary>Click to expand</summary>

- [Install & Setup](#install--setup)
- [Usage](#usage)
- [Commands](#commands)
* [deploy](#deploy)
Expand All @@ -27,12 +28,27 @@ Welcome to the Netlify CLI!
</details>
<!-- AUTO-GENERATED-CONTENT:END -->

## Install & Setup

To install the Netlify CLI, run the following command in your terminal window

```sh-session
npm install netlify-cli@next -g
```

After installing the CLI globally, login to your Netlify account.

```sh-session
netlify login
```

## Usage

```sh-session
netlify [command]
# shorthand
ntl [command]

# Run `help` for detailed information about CLI commands
netlify [command] help
```

## Commands
Expand Down

0 comments on commit f7c373f

Please sign in to comment.