File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ A command-line interface (CLI) for [Trellis](https://roots.io/trellis/) with aut
4
4
5
5
Manage your Trellis projects via the ` trellis ` command.
6
6
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.
8
8
9
- ## OSX Quick Install (via Homebrew)
9
+ ## macOS Quick Install (via Homebrew)
10
10
11
11
` brew install roots/tap/trellis-cli `
12
12
@@ -17,9 +17,7 @@ Warning: this project is very early in development so bug reports are welcome
17
17
3 . Put the unarchived binary in your ` $PATH `
18
18
4 . Run ` trellis --autocomplete-install ` to install shell autocompletions
19
19
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.
23
21
24
22
## Usage
25
23
@@ -36,9 +34,9 @@ Support commands so far:
36
34
37
35
## Development
38
36
39
- trellis-cli requires Go 1.10 + since it uses Go modules.
37
+ trellis-cli requires Go 1.11 + since it uses Go modules.
40
38
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)
42
40
2 . Clone the repo
43
41
3 . Run ` go build `
44
42
You can’t perform that action at this time.
0 commit comments