Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update main readme #95

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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