aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst9
-rwxr-xr-xb4.sh (renamed from b4-wrapper.sh)0
2 files changed, 4 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index c85d4ff..d7a7743 100644
--- a/README.rst
+++ b/README.rst
@@ -22,12 +22,11 @@ python3 -m pip install --user --upgrade b4
Running from the checkout dir
-----------------------------
-If you want to run from the checkout dir without installing the python package,
-you can use the b4-wrapper.sh script.
+If you want to run from the checkout dir without installing the python
+package, you can use the included b4.sh wrapper. You can set it as an
+alias in your .bash_profile::
-```
-${git_dir}/b4-wrapper.sh --help
-```
+ alias b4="$HOME/path/to/b4/b4.sh"
Support
-------
diff --git a/b4-wrapper.sh b/b4.sh
index cafeee1..cafeee1 100755
--- a/b4-wrapper.sh
+++ b/b4.sh