You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
295 B

8 years ago
# △ now
9 years ago
8 years ago
Realtime global deployments served over HTTP/2.
9 years ago
8 years ago
## How to install
9 years ago
```bash
8 years ago
$ npm install -g now
9 years ago
```
8 years ago
## How to use
9 years ago
8 years ago
In any directory with a `package.json` or `Dockerfile`, run:
9 years ago
```bash
8 years ago
$ now
9 years ago
```
8 years ago
For more examples, usage instructions and other commands run:
9 years ago
8 years ago
```bash
8 years ago
$ now help
9 years ago
```