Update capitalization in repo URL

This commit is contained in:
2024-07-16 18:36:58 +02:00
parent 048aeebc57
commit 1e9d3e3419
3 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@ As you may know, I do some updates in Limnoria repository. ;)
You need to have the latest version of the *messages.pot* files. So, you
need to teach Git how to get this updates::
git remote add upstream https://github.com/ProgVal/Limnoria.git
git remote add upstream https://github.com/progval/Limnoria.git
Now, every time you want to download updates, run::

View File

@ -1,3 +1,3 @@
sphinx
sphinx_rtd_theme
git+https://github.com/ProgVal/Limnoria.git@testing
git+https://github.com/progval/Limnoria.git

View File

@ -80,7 +80,7 @@ date BUT LESS TESTED, replace ``master`` with ``testing`` in the commands.
First, install Limnoria's optional dependencies (you can skip this
step, but some features won't be available)::
sudo python3 -m pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade
sudo python3 -m pip install -r https://raw.githubusercontent.com/progval/Limnoria/master/requirements.txt --upgrade
Then Limnoria itself::
@ -104,7 +104,7 @@ Simply add ``--user`` to the end of both commands. First we install
requirements (you can skip it, but some features won't be available)
and then Limnoria itself.::
python3 -m pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user --upgrade
python3 -m pip install -r https://raw.githubusercontent.com/progval/Limnoria/master/requirements.txt --user --upgrade
python3 -m pip install limnoria --user --upgrade
You might need to add $HOME/.local/bin to your PATH.::