Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Inconnu08 authored Apr 3, 2019
1 parent 9e1facc commit aebd20d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@ Usage of spark:
-sslPort="10433": SSL listening port
-status=200: Returned HTTP status code
-path="/": URL path
-deny="": Sesitive directory or file patterns to be denied when serving directory (comma sperated)
-deny="": Sensitive directory or file patterns to be denied when serving directory (comma separated)
```

## install
- from source
```
go get github.com/rif/spark
```
- static binaries (linux/arm/osx/windows):
<a href="https://github.com/rif/spark/releases" target="_blank">Binary downloads</a>

## examples

```
Expand All @@ -37,11 +45,3 @@ To quickly generate a ssl certificate run:
go run $GOROOT/src/crypto/tls/generate_cert.go --host="localhost"
```

## install
- from source
```
go get github.com/rif/spark
```
- static binaries (linux/arm/osx/windows):

<a href="https://github.com/rif/spark/releases" target="_blank">Binary downloads</a>

0 comments on commit aebd20d

Please sign in to comment.