Skip to content

Commit ef9d63d

Browse files
author
Vladimir Kotal
authored
version is no more
1 parent c5f3847 commit ef9d63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengrok-tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ls -l dist/
9191
Use the distribution tarball and run `pip`.
9292

9393
```bash
94-
python3 -m pip install opengrok_tools-{version}.tar.gz
94+
python3 -m pip install opengrok_tools.tar.gz
9595
```
9696

9797
This will download all dependencies and install the package to your local python3 modules.
@@ -104,7 +104,7 @@ You can also install the tools to a specified directory, we suggest you to use t
104104
```bash
105105
cd /opt/opengrok
106106
python3 -m venv opengrok-tools
107-
opengrok-tools/bin/python -m pip install opengrok_tools-{version}.tar.gz
107+
opengrok-tools/bin/python -m pip install opengrok_tools.tar.gz
108108
```
109109

110110
This will install the package and all the dependencies under the `/opt/opengrok/opengrok-tools` directory.

0 commit comments

Comments
 (0)