Skip to content

Commit

Permalink
Merge pull request #27 from philips-labs/26-update-REDAME-with-setup-…
Browse files Browse the repository at this point in the history
…info

Add set up instructions to README.md - fixes #26
  • Loading branch information
marcofranssen authored Jul 23, 2020
2 parents 4e685af + 4293d24 commit 633495c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ source .env
env | grep TABIA
```

Install required tools:

```bash
make install-tools
```

Add your $GO_PATH/bin folder to your path to make the installed Go tools globally available.

```bash
export GO_PATH="$HOME/go"
export PATH="$GO_PATH/bin:$PATH"
```

## Build

To build the CLI you can make use of the `build` target using `make`.
Expand Down

0 comments on commit 633495c

Please sign in to comment.