File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ Typical questions `fad` is designed to answer are:
5858
5959## Installation
6060
61- ` fad ` can be installed with "` go install ` " if you only wish to install the executable in
62- your home directory or you can use the more traditional "` make install ` " method if you want
61+ ` fad ` can be installed with "go install" if you only wish to install the executable in
62+ your home directory or you can use the more traditional "make install" method if you want
6363to install the executable and manpage in ` /usr/local ` .
6464
6565### ` go install `
@@ -73,14 +73,15 @@ for the latest official release, or if you're after the leading edge:
7373go install github.com/markdingo/fad@main
7474```
7575
76- ` go install ` performs all the downloading, building and installing with the executable
77- ending up in either ` $GOPATH/bin ` , ` $HOME/go/bin ` or ` $GOBIN ` depending on your setup.
76+ The "go install" invocation performs all the downloading, building and installing with the
77+ executable ending up in one of ` $GOPATH/bin ` , ` $HOME/go/bin ` or ` $GOBIN ` depending on your
78+ setup.
7879
7980### ` make install `
8081
81- The main reason to prefer the traditional install method is so that the executable and
82- manpage are installed in ` /usr/local/ ` . With this method you need to clone the repo and
83- run ` make ` :
82+ The main reason to prefer the traditional "make install" method is so that the executable
83+ and manpage are installed in ` /usr/local/ ` . With this method you need to clone the repo
84+ and run ` make ` :
8485
8586``` bash
8687git clone https://github.com/markdingo/fad.git
You can’t perform that action at this time.
0 commit comments