You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Installation option 1: Installing published binaries
139
+
### Installation option 1: Homebrew
140
+
141
+
If you are [Homebrew](https://brew.sh/) user, you can install by running
142
+
143
+
```bash
144
+
$ brew install git-xargs
145
+
```
146
+
147
+
### Installation option 2: Installing published binaries
139
148
140
149
1.**Download the correct binary for your platform**. Visit [the releases
141
150
page](https://github.com/gruntwork-io/git-xargs/releases) and download the correct binary depending on your system.
@@ -153,7 +162,7 @@ COMMAND SUPPLIED
153
162
git-xargs --version
154
163
```
155
164
156
-
### Installation option 2: Run go get
165
+
### Installation option 3: Run go get
157
166
158
167
1. Ensure you have Golang installed and working properly on your system. [Follow the official Golang install guide](https://golang.org/doc/install) to get started.
0 commit comments