Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
document installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue authored Nov 20, 2018
1 parent 0f36db6 commit e93e776
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ It adds all named files or files recursively under named directories at the
path specified. The output file provides an http.FileSystem interface with
zero dependencies on packages outside the standard library.

Usage:
## Installation

`go get -u github.com/mjibson/esc`

## Usage

`esc [flag] [name ...]`

Expand Down Expand Up @@ -89,4 +93,4 @@ func main() {

You can see worked example in [example](example) dir
just run it as
`go run example/main.go example/static.go`
`go run example/main.go example/static.go`

0 comments on commit e93e776

Please sign in to comment.