diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 14:20:30 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 14:20:30 -0400 |
commit | 73ced909545d3fca2679efd9a4eca7f69b36150b (patch) | |
tree | b53be4d0259ca31bc6207938ea14c8fc54d2a237 /README.rst | |
parent | 0e78612f3718db074ea4df2c91d5a20bde2df911 (diff) | |
download | b4-73ced909545d3fca2679efd9a4eca7f69b36150b.tar.gz |
Prepare 0.3.1 with minor fixesv0.3.1
- Uses the correct mailing list tools@linux.kernel.org
- Properly handles the Fixes: follow-up trailers
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -7,3 +7,20 @@ The name "b4" was chosen for ease of typing and because B-4 was the precursor to Lore and Data in the Start Trek universe. See man/b4.5.rst for more information. + +Installing +---------- +``` +python3 -m pip install --user b4 +``` + +Upgrading +--------- +``` +python3 -m pip install --user --upgrade b4 +``` + +Support +------- +For support or with any other questions, please email +tools@linux.kernel.org. |