summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Valkonen <petteri.valkonen@iki.fi>2019-01-31 20:19:46 +0200
committerTim Oram <dev@mitmaro.ca>2019-02-07 19:28:20 -0330
commitc6cbc186a114f7bd7b67ec057abf499fc8d9540b (patch)
tree117e25b42022c3a0b4571a09498281bd827b2b7f
parent87a01974dc391f15552f74472fd7ccf09cf98805 (diff)
Add FreeBSD installation instructions
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4733c6c..68fc30a 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,22 @@ to a location on your `PATH`.
git config --global sequence.editor interactive-rebase-tool
+#### FreeBSD
+
+##### Install
+
+###### With pkg
+
+ pkg install interactive_rebase_tool
+
+###### From ports
+
+ cd /usr/ports/devel/interactive_rebase_tool && make install clean
+
+##### Configure Git
+
+ git config --global sequence.editor interactive-rebase-tool
+
#### Windows
*Note: Windows binaries are not fully tested. If you are having issues please report them.*