Skip to content

Commit ea81937

Browse files
authored
Merge pull request #175 from dmur1/readme-optional-deps-#172
improve the way the readme talks about optional deps
2 parents f94f4b6 + e3d6cac commit ea81937

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Other options are available and you may do whatever works best for you.
2020

2121
some commands make opportunistic use of other tools and some won't work without them
2222

23-
consider installing the following to get access to the full functionality of ret
23+
you can use the `check` command to see what's currently installed
2424

25-
you can use the `check` command to see what's installed
25+
consider installing the missing dependencies mentioned by the `check` command to get access to the full functionality of ret
2626

2727
### Compiling (Optional)
2828

commands/readme.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ func Readme(args []string) {
4343

4444
fmt.Fprintf(os.Stdout, "some commands make opportunistic use of other tools and some won't work without them\n\n")
4545

46-
fmt.Fprintf(os.Stdout, "consider installing the following to get access to the full functionality of ret\n\n")
46+
fmt.Fprintf(os.Stdout, "you can use the `check` command to see what's currently installed\n\n")
4747

48-
fmt.Fprintf(os.Stdout, "you can use the `check` command to see what's installed\n\n")
48+
fmt.Fprintf(os.Stdout, "consider installing the missing dependencies mentioned by the `check` command to get access to the full functionality of ret\n\n")
4949

5050
fmt.Fprintf(os.Stdout, "### Compiling (Optional)\n\n")
5151

0 commit comments

Comments
 (0)