Browse Source

Indicate CLI

master
Leo Lamprecht 8 years ago
parent
commit
68d46e4b07
No known key found for this signature in database GPG Key ID: C251EE4DA454117B
  1. 6
      README.md

6
README.md

@ -5,7 +5,7 @@ Realtime global deployments served over HTTP/2.
## How to install ## How to install
```bash ```bash
npm install -g now $ npm install -g now
``` ```
## How to use ## How to use
@ -13,11 +13,11 @@ npm install -g now
In any directory with a `package.json` or `Dockerfile`, run: In any directory with a `package.json` or `Dockerfile`, run:
```bash ```bash
now $ now
``` ```
For more examples, usage instructions and other commands run: For more examples, usage instructions and other commands run:
```bash ```bash
now help $ now help
``` ```

Loading…
Cancel
Save