File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ A simple Jenkins command line client to serve your needs.
1010 - [ Supported Platforms] ( #supported-platforms )
1111 - [ Installation] ( #installation )
1212 - [ from Homebrew] ( #from-homebrew )
13+ - [ Updating Bartlett with Homebrew] ( #updating-bartlett-with-homebrew )
1314 - [ from Source] ( #from-source )
1415 - [ Getting Help] ( #getting-help )
1516 - [ Usage] ( #usage )
@@ -78,8 +79,38 @@ please check
7879
7980### from Homebrew
8081
81- Please track the following issue for Homebrew support:
82- https://github.com/Nike-Inc/bartlett/issues/4
82+ Homebrew is an OSX specific application that allows users to install
83+ applications that didn't come with Apple's operating system.
84+
85+ For help installing Homebrew [ see the installation instructions here.] ( http://brew.sh/ )
86+
87+ If you haven't already, be sure to enable Nike's tap:
88+
89+ ```
90+ brew tap nike-inc/nike && brew update
91+ ```
92+
93+ Then install bartlett with the following command:
94+
95+ ```
96+ brew install bartlett
97+ ```
98+
99+ #### Updating Bartlett with Homebrew
100+
101+ Recent versions of Homebrew periodically refresh package indexes, but if you do
102+ not see the latest version of Bartlett then running the following command
103+ will force a refresh:
104+
105+ ```
106+ brew update
107+ ```
108+
109+ Then, upgrade to the latest version
110+
111+ ```
112+ brew upgrade bartlett
113+ ```
83114
84115### from Source
85116
You can’t perform that action at this time.
0 commit comments