Skip to content

Commit

Permalink
Minor update to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robgonnella committed Jun 25, 2023
1 parent 085675a commit 52444c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,17 @@ brew install make go git
sudo apt update && sudo apt install -y make golang git
```

When building from source you may want to add the following lines to one of your
rc files to add your user's go bin to the PATH variable.
## Installation

When installing using golang or building from source, you may want to add the
following lines to one of your rc files to add your user's go bin to the
PATH variable. This will make the `ops` command available in your shell.

```bash
export GOPATH="$HOME/go"
PATH="${GOPATH}/bin:$PATH"
```

## Installation

- install using golang
- dependencies
- golang
Expand Down

0 comments on commit 52444c1

Please sign in to comment.