Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #476 from sebrem/patch-1
Browse files Browse the repository at this point in the history
tutorial: fix github url
  • Loading branch information
gilesknap authored Feb 18, 2024
2 parents 93b36f7 + e060d3d commit 5af1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can now use ``pip`` to install the application::
If you require a feature that is not currently released you can also install
directly from github::

python3 -m pip install git+git://github.com/gilesknap/gphotos-sync.git
python3 -m pip install git+https://github.com/gilesknap/gphotos-sync.git

The application should now be installed and the commandline interface on your path.
You can check the version that has been installed by typing::
Expand Down

0 comments on commit 5af1034

Please sign in to comment.