![now](https://assets.zeit.co/image/upload/v1542240976/repositories/now-cli/now-cli-repo-banner-v3.png) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit) ## Usages To install the latest version of Now CLI, visit [zeit.co/download](https://zeit.co/download) or run this command: ```sh npm i -g now ``` To quickly start a new project, run the following commands: ``` now init # Pick an example project cd # Change directory to the new project now dev # Run locally during development now # Deploy to the cloud ``` ## Documentation For details on how to use Now CLI, check out our [documentation](https://zeit.co/docs).