Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
4 additions and
4 deletions
-
README.md
|
|
@ -11,19 +11,19 @@ Realtime global deployments served over HTTP/2. You can find the FAQs [here](htt |
|
|
|
Firstly, make sure to install the package globally: |
|
|
|
|
|
|
|
```bash |
|
|
|
$ npm install -g now |
|
|
|
npm install -g now |
|
|
|
``` |
|
|
|
|
|
|
|
Run this in any directory: |
|
|
|
Run this command in your terminal: |
|
|
|
|
|
|
|
```bash |
|
|
|
$ now |
|
|
|
now |
|
|
|
``` |
|
|
|
|
|
|
|
For more examples, usage instructions and other commands run: |
|
|
|
|
|
|
|
```bash |
|
|
|
$ now help |
|
|
|
now help |
|
|
|
``` |
|
|
|
|
|
|
|
## Caught a Bug? |
|
|
|