Skip to content

Commit 9a399c9

Browse files
committed
More README futzing
1 parent b1dba2b commit 9a399c9

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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
6363
to 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:
7373
go 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
8687
git clone https://github.com/markdingo/fad.git

0 commit comments

Comments
 (0)