Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Dec 11, 2018
1 parent e1fdb0c commit f333f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- [Contents](#contents)
- [Examples](#examples)
- [Get it](#get-it)
- [Using `go get`](#using-go-get)
- [Pre-built binary](#pre-built-binary)
- [Using `go get`](#using-go-get)
- [Pre-built binary](#pre-built-binary)
- [Use it](#use-it)

## Examples
Expand Down Expand Up @@ -67,7 +67,7 @@ curl -L https://github.com/sgreben/http-file-server/releases/download/1.3.3/http

# Windows
curl -LO https://github.com/sgreben/http-file-server/releases/download/1.3.3/http-file-server_1.3.3_windows_x86_64.zip
unzip versions_1.3.3_windows_x86_64.zip
unzip http-file-server_1.3.3_windows_x86_64.zip
```

## Use it
Expand Down
6 changes: 3 additions & 3 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- [Contents](#contents)
- [Examples](#examples)
- [Get it](#get-it)
- [Using `go get`](#using-go-get)
- [Pre-built binary](#pre-built-binary)
- [Using `go get`](#using-go-get)
- [Pre-built binary](#pre-built-binary)
- [Use it](#use-it)

## Examples
Expand Down Expand Up @@ -67,7 +67,7 @@ curl -L https://github.com/sgreben/${APP}/releases/download/${VERSION}/${APP}_${

# Windows
curl -LO https://github.com/sgreben/${APP}/releases/download/${VERSION}/${APP}_${VERSION}_windows_x86_64.zip
unzip versions_${VERSION}_windows_x86_64.zip
unzip ${APP}_${VERSION}_windows_x86_64.zip
```

## Use it
Expand Down

0 comments on commit f333f7b

Please sign in to comment.