-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
`servethis` is a simple cross-platform file serving utility written in [go](http://golang.org/). It provides a quick and easy way to share any files on your filesystem via http. | ||
|
||
## Installation | ||
Assuming you have go [installed](http://golang.org/doc/install/) you can simply run `go get github.com/tehbilly/servethis`. | ||
|
||
## Usage | ||
Run `servethis -h` to see the plethora of options available to you!. | ||
|
||
Without arguments `servethis` will serve the contents of the current working directory on port 8000. To change either the `path` that's served or the `port` that data is served on use the flags with the same names. For example: `servethis -path c:/share/stuff -port 9191`. |