Skip to content

Commit 20ac1f4

Browse files
authored
README updates
1 parent 8605b71 commit 20ac1f4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A command-line interface (CLI) for [Trellis](https://roots.io/trellis/) with aut
44

55
Manage your Trellis projects via the `trellis` command.
66

7-
Warning: this project is very early in development so bug reports are welcome
7+
Warning: this project is very early in development so bug reports are welcome.
88

9-
## OSX Quick Install (via Homebrew)
9+
## macOS Quick Install (via Homebrew)
1010

1111
`brew install roots/tap/trellis-cli`
1212

@@ -17,9 +17,7 @@ Warning: this project is very early in development so bug reports are welcome
1717
3. Put the unarchived binary in your `$PATH`
1818
4. Run `trellis --autocomplete-install` to install shell autocompletions
1919

20-
Note: only OSX builds are tested so far.
21-
22-
Homebrew support is coming soon!
20+
Note: only macOS (darwin) builds are tested so far.
2321

2422
## Usage
2523

@@ -36,9 +34,9 @@ Support commands so far:
3634

3735
## Development
3836

39-
trellis-cli requires Go 1.10+ since it uses Go modules.
37+
trellis-cli requires Go 1.11+ since it uses Go modules.
4038

41-
1. Make sure Go 1.10+ is installed (`brew install go` on OSX)
39+
1. Make sure Go 1.11+ is installed (`brew install go` on OSX)
4240
2. Clone the repo
4341
3. Run `go build`
4442

0 commit comments

Comments
 (0)