Skip to content

Commit

Permalink
docs: Add usage & install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 26, 2024
1 parent 9e86fab commit b4cc14c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# goexpandenv

Simple command line tool to expand environment variables in a file written in pure Go.

## Usage

```
Usage: goexpandenv <inputfile> <outputfile>
```

See [example](https://github.com/sikalabs/goexpandenv/tree/master/example) directory for an example.

## Installation

#### Linux (amd64):

```
curl -fsSL https://raw.githubusercontent.com/sikalabs/goexpandenv/master/install.sh | sudo sh
```

#### Mac

```
brew install sikalabs/tap/goexpandenv
```

#### Windows

Install unsing [scoop](https://scoop.sh/)

```
scoop install https://raw.githubusercontent.com/sikalabs/scoop-bucket/master/goexpandenv.json
```

0 comments on commit b4cc14c

Please sign in to comment.