diff options
| -rw-r--r-- | readme.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -16,10 +16,10 @@ list management, but this mailing list can be deployed in two modes:  Installation  ============ -Simply run this:: +Simply run this (same command for upgrading)::      pyvenv venv-climl \ -        && venv-climl/bin/pip3 install git+git://git.devys.org/climl +        && venv-climl/bin/pip3 install --upgrade git+git://git.devys.org/climl  Running it  ========== | 
