diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-20 13:11:05 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-20 13:14:18 -0400 |
commit | eb4e2cf91eee89a62c68de0e5332bf63a4cc0166 (patch) | |
tree | d95c2389a144afe65d66a714ccacf9fe7ff73b78 /README.rst | |
parent | a73d4e1986fb34b325bc4e39b46a8adb85fd5e4d (diff) | |
download | b4-eb4e2cf91eee89a62c68de0e5332bf63a4cc0166.tar.gz |
Move b4-wrapper.sh to b4.sh
Make the name a bit more convenient to invoke and document that it can
be set as an alias.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 ------- |