Skip to content

Commit

Permalink
Merge pull request #38 from tierpod/readme
Browse files Browse the repository at this point in the history
Update building from sources steps in README
  • Loading branch information
tierpod authored Mar 9, 2024
2 parents 7317393 + 9d6edf2 commit 1169b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,17 @@ Building from sources
2. Download sources:

```bash
go get -u github.com/tierpod/dmarc-report-converter
git clone https://github.com/tierpod/dmarc-report-converter.git
```

3. Build binary and create installation archive:

```bash
cd $HOME/go/src/github.com/tierpod/dmarc-report-converter
cd dmarc-report-converter
make release
```

4. Installation archive will be places inside _release_ directory. Also, if you want to test
4. Installation archive will be places inside _dist_ directory. Also, if you want to test
dmarc-report-converter without installation, you can execute:

```bash
Expand Down

0 comments on commit 1169b44

Please sign in to comment.