From 52444c13b0a52dd1f3c4918e4337e9311bf01e8e Mon Sep 17 00:00:00 2001 From: Rob Gonnella Date: Sun, 25 Jun 2023 12:15:29 -0400 Subject: [PATCH] Minor update to README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d577f64..1e14098 100644 --- a/README.md +++ b/README.md @@ -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