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
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,26 @@ Mass git repository search, replace and commit tool written in Rust
8
8
9
9
**⚠️WARNING⚠️** This tool is designed to make changes to hundreds of git repositories, as well as pushing these changes to remote if `--push` flag is used. This project is still WIP so please test on repositories that you have a safe copy.
10
10
11
-
## Run
11
+
## Install binary on Linux
12
+
13
+
To install the latest version of the binary to `/usr/local/bin/` copy the following into your terminal:
0 commit comments