mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-04 14:29:46 +00:00
Update capitalization in repo URL
This commit is contained in:
@ -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
|
You need to have the latest version of the *messages.pot* files. So, you
|
||||||
need to teach Git how to get this updates::
|
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::
|
Now, every time you want to download updates, run::
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
git+https://github.com/ProgVal/Limnoria.git@testing
|
git+https://github.com/progval/Limnoria.git
|
||||||
|
@ -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
|
First, install Limnoria's optional dependencies (you can skip this
|
||||||
step, but some features won't be available)::
|
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::
|
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)
|
requirements (you can skip it, but some features won't be available)
|
||||||
and then Limnoria itself.::
|
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
|
python3 -m pip install limnoria --user --upgrade
|
||||||
|
|
||||||
You might need to add $HOME/.local/bin to your PATH.::
|
You might need to add $HOME/.local/bin to your PATH.::
|
||||||
|
Reference in New Issue
Block a user