Skip to content

Commit

Permalink
Point out the npx option (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens authored and BigBlueHat committed Jan 25, 2019
1 parent e50fc44 commit 7564021
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,12 @@ Installation via `npm`:

This will install `http-server` globally so that it may be run from the command line.

## Running on-demand:

Using `npx` you can run the script without installing it first:

npx http-server [path] [options]

## Usage:

http-server [path] [options]
Expand Down

0 comments on commit 7564021

Please sign in to comment.