Skip to content

Commit 7564021

Browse files
wmertensBigBlueHat
authored andcommitted
Point out the npx option (http-party#488)
1 parent e50fc44 commit 7564021

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Installation via `npm`:
1717

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

20+
## Running on-demand:
21+
22+
Using `npx` you can run the script without installing it first:
23+
24+
npx http-server [path] [options]
25+
2026
## Usage:
2127

2228
http-server [path] [options]

0 commit comments

Comments
 (0)