-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Harald Seiler <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Installation | |
|
||
.. code-block:: shell-session | ||
$ pip3 install -U --user git+https://github.com/rahix/[email protected].2 | ||
$ pip3 install -U --user git+https://github.com/rahix/[email protected].3 | ||
2. If you haven't done this already, you need to add ``~/.local/bin`` to your | ||
``$PATH``. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Most info about *tbot* can be found in its documentation at | |
|
||
## Installation | ||
```bash | ||
pip3 install --user -U git+https://github.com/rahix/[email protected].2 | ||
pip3 install --user -U git+https://github.com/rahix/[email protected].3 | ||
``` | ||
|
||
If you haven't done it already, you need to add ``~/.local/bin`` to your ``$PATH``. | ||
|